-
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.
- Loading branch information
andamian
authored
Oct 23, 2019
1 parent
6e4e2f9
commit dab8f22
Showing
5 changed files
with
28 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,12 +46,12 @@ long_description = A module and scripts designed for accessing IVAO VOSpace 2.0 | |
author = JJ Kavelaars, Canadian Astronomy Data Centre | ||
author_email = [email protected] | ||
license = AGPLv3 | ||
url = http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/vospace | ||
url = https://www.canfar.net/en/docs/storage | ||
edit_on_github = False | ||
github_project = opencadc/vostools | ||
install_requires = vos>=3.0.3 BitVector>=3.4.4,<4.0 fusepy>=2.0.4 | ||
# version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) | ||
version = 3.0.2 | ||
version = 3.0.3 | ||
|
||
[entry_points] | ||
#astropy-package-template-example = packagename.example_mod:main | ||
|
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 |
---|---|---|
|
@@ -45,12 +45,13 @@ description = CADC VOS Class Libraries | |
author = JJ Kavelaars, Canadian Astronomy Data Centre | ||
author_email = [email protected] | ||
license = AGPLv3 | ||
url = http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/vospace | ||
url = https://www.canfar.net/en/docs/storage | ||
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.14 | ||
version = 3.0.15 | ||
|
||
|
||
[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