Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/galaxy/project_galaxy_util.py @ 5:9b1c78e6ba9c draft default tip
"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
| author | shellac |
|---|---|
| date | Mon, 01 Jun 2020 08:59:25 -0400 |
| parents | 79f47841a781 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:79f47841a781 | 5:9b1c78e6ba9c |
|---|---|
| 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 ) |
