Mercurial > hg > svgsitemap
comparison setup.py @ 15:61038b4e7425
initial version with acceptable formatting
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Sun, 02 Jan 2011 13:55:49 -0800 |
| parents | fc09a7ffb767 |
| children | f50b4e4ad764 |
comparison
equal
deleted
inserted
replaced
| 14:2916206a6807 | 15:61038b4e7425 |
|---|---|
| 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.0" | 9 version = "0.1" |
| 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, |
