diff --git a/setup.py b/setup.py index be25d13..2d3585b 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,8 @@ version='0.1.0', author='iPlant Collaborative', author_email='atmodevs@gmail.com', + description='jwt.py', + url='https://github.com/iPlantCollaborativeOpenSource/jwt.py', py_modules=['jwt'], install_requires=[ 'pycrypto >= 2.6'