-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links to point to new repo location
- Loading branch information
Showing
6 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,14 +35,14 @@ | |
|
||
setuptools.setup( | ||
name="total-perspective-vortex", | ||
description="A library for routing entities to destinations in Galaxy", | ||
description="A library for routing entities (jobs, users or groups) to destinations in Galaxy", | ||
version=version, | ||
author="Galaxy and GVL projects", | ||
author_email="[email protected]", | ||
license="MIT", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/usegalaxy-au/total-perspective-vortex", | ||
url="https://github.com/galaxyproject/total-perspective-vortex", | ||
packages=setuptools.find_packages(), | ||
install_requires=REQS_FULL, | ||
extras_require={ | ||
|
@@ -55,7 +55,7 @@ | |
] | ||
}, | ||
classifiers=[ | ||
"Development Status :: 3 - Alpha", | ||
"Development Status :: 5 - Production/Stable", | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: MIT License", | ||
"Intended Audience :: Developers", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ def test_merge_remote_and_local(self): | |
tool = mock_galaxy.Tool('bwa') | ||
user = mock_galaxy.User('ford', '[email protected]') | ||
|
||
config_first = "https://github.com/usegalaxy-au/total-perspective-vortex/raw/main/" \ | ||
config_first = "https://github.com/galaxyproject/total-perspective-vortex/raw/main/" \ | ||
"tests/fixtures/mapping-merge-multiple-remote.yml" | ||
config_second = os.path.join(os.path.dirname(__file__), 'fixtures/mapping-merge-multiple-local.yml') | ||
|
||
|