Mercurial > hg > commentator
changeset 1:aebfbb10aefb
adding more meta information
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 24 Jan 2010 17:40:54 -0500 |
parents | 1c95a3fa76c1 |
children | 689b9d928dc8 |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sun Jan 24 17:39:05 2010 -0500 +++ b/setup.py Sun Jan 24 17:40:54 2010 -0500 @@ -14,8 +14,8 @@ classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers author='Jeff Hammel', author_email='k0scist@gmail.com', - url='http://k0s.org', - license="", + url='http://k0s.org/hg/commentator', + license="GPL", packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False,