Mercurial > hg > decoupage
diff setup.py @ 41:8ba2f1087880
and a commit following a merge, goody goody...lets get a snack
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 30 Jun 2010 22:33:59 -0700 |
parents | cec3a2b24e78 |
children | 445af840aa5c |
line wrap: on
line diff
--- a/setup.py Wed Jun 30 22:33:26 2010 -0700 +++ b/setup.py Wed Jun 30 22:33:59 2010 -0700 @@ -6,7 +6,7 @@ except IOError: description = '' -version = '0.7' +version = '0.7.1' setup(name='decoupage', version=version, @@ -15,8 +15,8 @@ classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers author='Jeff Hammel', author_email='k0scist@gmail.com', - url='http://explosivedecompression.net', - license="", + url='http://k0s.org', + license="GPL", packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False,