Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/galaxy/project_galaxy_util.py @ 0:d30785e31577 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:18:57 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d30785e31577 |
---|---|
1 # -*- coding: utf-8 -*- | |
2 | |
3 __version__ = '20.5.0' | |
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 ) |