Mercurial > hg > decoupage
comparison setup.py @ 37:40912f3e0559
alter setup metadata
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 19 Apr 2010 17:11:42 -0700 |
parents | 20e3d138dc98 |
children | cec3a2b24e78 |
comparison
equal
deleted
inserted
replaced
36:9ba237db4cde | 37:40912f3e0559 |
---|---|
13 description="Decoupage is the art of decorating an object by gluing colored paper cutouts onto it in combination with special paint effects ... The software decoupage lets you stitch together index pages from filesystem content", | 13 description="Decoupage is the art of decorating an object by gluing colored paper cutouts onto it in combination with special paint effects ... The software decoupage lets you stitch together index pages from filesystem content", |
14 long_description=description, | 14 long_description=description, |
15 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers | 15 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers |
16 author='Jeff Hammel', | 16 author='Jeff Hammel', |
17 author_email='k0scist@gmail.com', | 17 author_email='k0scist@gmail.com', |
18 url='http://explosivedecompression.net', | 18 url='http://k0s.org', |
19 license="", | 19 license="GPL", |
20 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 20 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |
21 include_package_data=True, | 21 include_package_data=True, |
22 zip_safe=False, | 22 zip_safe=False, |
23 install_requires=[ | 23 install_requires=[ |
24 # -*- Extra requirements: -*- | 24 # -*- Extra requirements: -*- |