-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes related to the move from cadc to vault
- Loading branch information
andamian
authored
May 28, 2019
1 parent
996e47d
commit b689ef6
Showing
8 changed files
with
90 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,6 @@ exclude = extern,sphinx,*parsetab.py | |
[metadata] | ||
package_name = vos | ||
description = CADC VOS Class Libraries | ||
long_description = A module and scripts designed for accessing IVAO VOSpace 2.0 compatible services | ||
author = JJ Kavelaars, Canadian Astronomy Data Centre | ||
author_email = [email protected] | ||
license = AGPLv3 | ||
|
@@ -51,7 +50,7 @@ edit_on_github = False | |
github_project = opencadc/vostools | ||
install_requires = html2text>=2016.5.29 cadcutils>=1.1.20 future enum34 | ||
# version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) | ||
version = 3.0.12 | ||
version = 3.0.14 | ||
|
||
[entry_points] | ||
vcat = vos.commands.vcat:vcat | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[vos] | ||
resourceID = ivo://cadc.nrc.ca/vospace | ||
resourceID = ivo://cadc.nrc.ca/vault | ||
|
||
[transfer] | ||
protocol = http |
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