Mercurial > hg > toolbox
comparison setup.py @ 19:c6800e0b01ed
bump version
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 02 Jun 2024 15:40:26 -0700 |
parents | bf5386d3c7e4 |
children | f7396d92446d |
comparison
equal
deleted
inserted
replaced
18:87990e313a91 | 19:c6800e0b01ed |
---|---|
3 try: | 3 try: |
4 description = open('README.txt').read() | 4 description = open('README.txt').read() |
5 except IOError: | 5 except IOError: |
6 description = '' | 6 description = '' |
7 | 7 |
8 version = "0.4" | 8 version = "0.4.1" |
9 | 9 |
10 # dependencies | 10 # dependencies |
11 dependencies = [ | 11 dependencies = [ |
12 'WebOb', | 12 'WebOb', |
13 'tempita', | 13 'tempita', |