Mercurial > hg > decoupage
comparison 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 |
comparison
equal
deleted
inserted
replaced
40:89f7a8ca965c | 41:8ba2f1087880 |
---|---|
4 try: | 4 try: |
5 description = file("README.txt").read() | 5 description = file("README.txt").read() |
6 except IOError: | 6 except IOError: |
7 description = '' | 7 description = '' |
8 | 8 |
9 version = '0.7' | 9 version = '0.7.1' |
10 | 10 |
11 setup(name='decoupage', | 11 setup(name='decoupage', |
12 version=version, | 12 version=version, |
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: -*- |