comparison env/lib/python3.9/site-packages/galaxy/project_galaxy_containers.py @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 __version__ = '21.1.0'
2
3 PROJECT_NAME = "galaxy-containers"
4 PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
5 PROJECT_URL = "https://github.com/galaxyproject/galaxy"
6 PROJECT_AUTHOR = 'Galaxy Project and Community'
7 PROJECT_DESCRIPTION = 'Galaxy Container Modeling and Interaction Abstractions'
8 PROJECT_EMAIL = 'galaxy-committers@lists.galaxyproject.org'
9 RAW_CONTENT_URL = "https://raw.github.com/{}/{}/master/".format(
10 PROJECT_USERAME, PROJECT_NAME
11 )