comparison setup.py @ 4:f02a3672254e

try to import from two different places in webob
author k0s <k0scist@gmail.com>
date Fri, 26 Feb 2010 11:12:37 -0500
parents 689b9d928dc8
children 451169e51935
comparison
equal deleted inserted replaced
3:d0d8524d9495 4:f02a3672254e
3 try: 3 try:
4 description = file('README.txt').read() 4 description = file('README.txt').read()
5 except IOError: 5 except IOError:
6 description = '' 6 description = ''
7 7
8 version = "0.2" 8 version = "0.2.1"
9 9
10 setup(name='commentator', 10 setup(name='commentator',
11 version=version, 11 version=version,
12 description="WSGI commenting middleware", 12 description="WSGI commenting middleware",
13 long_description=description, 13 long_description=description,