# HG changeset patch # User Jeff Hammel # Date 1293583884 28800 # Node ID fc09a7ffb76721de0c4b2a0473b69a23c7c82589 # Parent 30d03e83035479ce17bfde661f570b116bde3295 fill out setup.py diff -r 30d03e830354 -r fc09a7ffb767 setup.py --- a/setup.py Tue Dec 28 16:47:36 2010 -0800 +++ b/setup.py Tue Dec 28 16:51:24 2010 -0800 @@ -10,21 +10,20 @@ setup(name='svgsitemap', version=version, - description="", + description="a site map using PyGraphviz and svg", long_description=description, classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers - author='', - author_email='', - url='', - license="", + author='Jeff Hammel', + author_email='jhammel@mozilla.com', + url='http://k0s.org/map.svg', + license="MPL", packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False, install_requires=[ # -*- Extra requirements: -*- - 'WebOb', - 'Paste', - 'PasteScript', + 'WebOb', + 'PyGraphviz', ], entry_points=""" # -*- Entry points: -*-