Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/galaxy/project_galaxy_util.py @ 0:26e78fe6e8c4 draft
"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
| author | shellac |
|---|---|
| date | Sat, 02 May 2020 07:14:21 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:26e78fe6e8c4 |
|---|---|
| 1 # -*- coding: utf-8 -*- | |
| 2 | |
| 3 __version__ = '20.1.0.dev0' | |
| 4 | |
| 5 PROJECT_NAME = "galaxy-util" | |
| 6 PROJECT_OWNER = PROJECT_USERAME = "galaxyproject" | |
| 7 PROJECT_URL = "https://github.com/galaxyproject/galaxy" | |
| 8 PROJECT_AUTHOR = 'Galaxy Project and Community' | |
| 9 PROJECT_DESCRIPTION = 'Galaxy Generic Utilities' | |
| 10 PROJECT_EMAIL = 'galaxy-committers@lists.galaxyproject.org' | |
| 11 RAW_CONTENT_URL = "https://raw.github.com/%s/%s/master/" % ( | |
| 12 PROJECT_USERAME, PROJECT_NAME | |
| 13 ) |
