Loading setup.py +3 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages NAME = "Ale" VERSION = "0.2.0" VERSION = "0.3.0" # To install the library, run the following # Loading @@ -17,7 +17,8 @@ setup( name=NAME, version=VERSION, description="Abstraction Layer for Ephemerides", author_email="jlaura@usgs.gov", author="USGS ASC Development Team", author_email="", url="", keywords=[""], packages=find_packages(), Loading Loading
setup.py +3 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages NAME = "Ale" VERSION = "0.2.0" VERSION = "0.3.0" # To install the library, run the following # Loading @@ -17,7 +17,8 @@ setup( name=NAME, version=VERSION, description="Abstraction Layer for Ephemerides", author_email="jlaura@usgs.gov", author="USGS ASC Development Team", author_email="", url="", keywords=[""], packages=find_packages(), Loading