Mercurial > hg > decoupage
comparison setup.py @ 79:a8a74f6bcf93
add some dates and fix some bugs!
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 05 Jul 2013 11:32:59 -0700 |
parents | dd7d385e11ea |
children | bb289832e061 |
comparison
equal
deleted
inserted
replaced
78:5330cd62e179 | 79:a8a74f6bcf93 |
---|---|
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.11.2' | 9 version = '0.12' |
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, |
45 rss = decoupage.formats:RSS | 45 rss = decoupage.formats:RSS |
46 | 46 |
47 [decoupage.formatters] | 47 [decoupage.formatters] |
48 all = decoupage.formatters:All | 48 all = decoupage.formatters:All |
49 css = decoupage.formatters:CSS | 49 css = decoupage.formatters:CSS |
50 datestamp = decoupage.formatters:Datestamp | |
50 describe = decoupage.formatters:FilenameDescription | 51 describe = decoupage.formatters:FilenameDescription |
51 icon = decoupage.formatters:Favicon | 52 icon = decoupage.formatters:Favicon |
52 ignore = decoupage.formatters:Ignore | 53 ignore = decoupage.formatters:Ignore |
53 include = decoupage.formatters:Include | 54 include = decoupage.formatters:Include |
54 links = decoupage.formatters:Links | 55 links = decoupage.formatters:Links |