Mercurial > hg > decoupage
comparison setup.py @ 81:bb289832e061
bump version
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 05 Jul 2013 14:03:12 -0700 |
parents | a8a74f6bcf93 |
children | 8596a1d97740 |
comparison
equal
deleted
inserted
replaced
80:b01b6f6efd4e | 81:bb289832e061 |
---|---|
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.12' | 9 version = '0.12.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://k0s.org', | 18 url='http://k0s.org/hg/decoupage', |
19 license="GPL", | 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=[ |