From 61dfe5c2f6e16aa1525207c06a2c2c62bf6ecda4 Mon Sep 17 00:00:00 2001 From: Low Kian Seong Date: Wed, 24 Sep 2014 11:23:32 +0800 Subject: [PATCH] Update setup.py Add more metadata to `setup.py` to be picked up by `pypi` during package release --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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'