From 66c9d9176550abf82d417c847828895b329418b1 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 25 Feb 2013 17:24:53 +0000 Subject: [PATCH] Add download URL and fix descriptions --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1a325a4..4fba5fd 100644 --- a/setup.py +++ b/setup.py @@ -15,13 +15,13 @@ setup(name='phantomsql', version=Version, - description='sql objects needed for pyhantom and phantomweb, broken out to decrease the dependencies of phantom web', + description='SQL objects needed for pyhantom and phantomweb, broken out to decrease the dependencies of phantom web', author='Nimbus Development Team', author_email='workspace-user@globus.org', url='http://www.nimbusproject.org/', + download_url="http://www.nimbusproject.org/downloads/phantomsql-%s.tar.gz" % Version, packages=find_packages(), keywords = "Nimbus auto scale", - long_description="""Some other time""", license="Apache2", install_requires = ["simplejson == 2.3.2", "sqlalchemy == 0.7.6", "mysql-python == 1.2.3"],