diff --git a/setup.py b/setup.py index e2a522e..09e227c 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,9 @@ version=__version__, packages=find_packages(), python_requires='>=3.6', - url='https://github.com/itskalvik/sgp-tools', + url='https://www.itskalvik.com/sgp-tools', license='Apache-2.0', + author_email='itskalvik@gmail.com', + author='Kalvik Jakkala', + description='Software suite for Sensor Placement and Informative Path Planning', ) \ No newline at end of file