This is an automated email from the ASF dual-hosted git repository. fgreg pushed a commit to branch v1.0.0-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningesterpy.git
commit 45c4c9e6d0663b3adc39aaf9c77e595b1d3d885d Author: Frank Greguska <[email protected]> AuthorDate: Mon Jan 22 17:33:53 2018 -0800 update description --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",
