comparison env/lib/python3.7/site-packages/galaxy/project_galaxy_tool_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.5.0.dev2'
4
5 PROJECT_NAME = "galaxy-tool-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 Tool and Tool Dependency 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 )