Mercurial > hg > svgsitemap
comparison setup.py @ 20:f9cf249dd512
bump version to respect formatting fixes
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 02 Jan 2011 20:41:25 -0800 |
parents | f50b4e4ad764 |
children | ccd73b01ba79 |
comparison
equal
deleted
inserted
replaced
19:60baa5252aa4 | 20:f9cf249dd512 |
---|---|
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.1.1" | 9 version = "0.1.2" |
10 | 10 |
11 setup(name='svgsitemap', | 11 setup(name='svgsitemap', |
12 version=version, | 12 version=version, |
13 description="a site map using PyGraphviz and svg", | 13 description="a site map using PyGraphviz and svg", |
14 long_description=description, | 14 long_description=description, |