Repository: incubator-sdap-ningesterpy Updated Branches: refs/heads/master e5513e07c -> 45c4c9e6d
update description Project: http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningesterpy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningesterpy/commit/45c4c9e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningesterpy/tree/45c4c9e6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningesterpy/diff/45c4c9e6 Branch: refs/heads/master Commit: 45c4c9e6d0663b3adc39aaf9c77e595b1d3d885d Parents: e5513e0 Author: Frank Greguska <[email protected]> Authored: Mon Jan 22 17:33:53 2018 -0800 Committer: Frank Greguska <[email protected]> Committed: Mon Jan 22 17:33:53 2018 -0800 ---------------------------------------------------------------------- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningesterpy/blob/45c4c9e6/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 61f5ae5..fc16fbb 100644 --- a/setup.py +++ b/setup.py @@ -20,12 +20,12 @@ __version__ = '0.1' setup( name="ningesterpy", version=__version__, - url="https://github.jpl.nasa.gov/thuang/nexus", + url="https://github.com/apache/incubator-sdap-ningesterpy", - author="Team Nexus", + author="Frank Greguska", description="Python modules that can be used for NEXUS ingest.", - # long_description=open('README.md').read(), + long_description=open('README.md').read(), packages=find_packages(), test_suite="tests",
