Mercurial > hg > commentator
comparison setup.py @ 2:689b9d928dc8
add date, reflect api change of lxmlmiddleware
author | k0s <k0scist@gmail.com> |
---|---|
date | Tue, 26 Jan 2010 23:00:51 -0500 |
parents | aebfbb10aefb |
children | f02a3672254e |
comparison
equal
deleted
inserted
replaced
1:aebfbb10aefb | 2:689b9d928dc8 |
---|---|
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.1" | 8 version = "0.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, |