Mercurial > hg > stampit
changeset 13:40495047117d
update setup.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 30 Apr 2010 13:26:51 -0700 |
parents | fa758b655dcc |
children | 08f79ed6cfa3 |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Thu Apr 29 14:08:35 2010 -0700 +++ b/setup.py Fri Apr 30 13:26:51 2010 -0700 @@ -9,17 +9,14 @@ long_description="""\ """, classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers - keywords='', + keywords='pip virtualenv packages tarballs', author='Jeff Hammel', author_email='jhammel@mozilla.com', - url='', + url='http://k0s.org/hg/stampit', license='MPL', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False, - install_requires=[ - # -*- Extra requirements: -*- - ], entry_points=""" # -*- Entry points: -*- [console_scripts]