comparison setup.py @ 5:451169e51935

work to make cache expiry work
author k0s <k0scist@gmail.com>
date Fri, 26 Feb 2010 12:27:25 -0500
parents f02a3672254e
children c95f1dfed329
comparison
equal deleted inserted replaced
4:f02a3672254e 5:451169e51935
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.1" 8 version = "0.2.2"
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,