Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Add download URL and fix descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
priteau committed Feb 25, 2013
1 parent bce5728 commit 66c9d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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"],

Expand Down

0 comments on commit 66c9d91

Please sign in to comment.