comparison setup.py @ 16:f50b4e4ad764

just use no overlap and dont try to be fancy
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 02 Jan 2011 14:04:38 -0800
parents 61038b4e7425
children f9cf249dd512
comparison
equal deleted inserted replaced
15:61038b4e7425 16:f50b4e4ad764
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" 9 version = "0.1.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,