diff setup.py @ 103:6b79c13bb42b

untangle `decoupage-templates` console script + minor cleanup + version bump
author Jeff Hammel <k0scist@gmail.com>
date Wed, 29 Mar 2017 09:28:21 -0700
parents 2b38f9a43f84
children ae8df6457f05
line wrap: on
line diff
--- a/setup.py	Wed Mar 29 09:08:57 2017 -0700
+++ b/setup.py	Wed Mar 29 09:28:21 2017 -0700
@@ -6,13 +6,13 @@
 except IOError:
     description = ''
 
-version = '0.14.1'
+version = '0.14.2'
 
 setup(name='decoupage',
       version=version,
       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",
       long_description=description,
-      classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
+      classifiers=[],
       author='Jeff Hammel',
       author_email='k0scist@gmail.com',
       url='http://k0s.org/hg/decoupage',