Mercurial > hg > wsgintegrate
comparison setup.py @ 29:d742aff49859
-> python3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 10 May 2020 18:46:40 -0700 |
parents | b3a950065844 |
children | 840d60377c88 |
comparison
equal
deleted
inserted
replaced
28:b3a950065844 | 29:d742aff49859 |
---|---|
8 filename = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README.txt') | 8 filename = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README.txt') |
9 description = file(filename).read() | 9 description = file(filename).read() |
10 except: | 10 except: |
11 description = '' | 11 description = '' |
12 | 12 |
13 dependencies = ['webob', 'pyloader'] | 13 dependencies = ['webob', 'pyloader>=0.1.5'] |
14 | 14 |
15 setup(name='wsgintegrate', | 15 setup(name='wsgintegrate', |
16 version=version, | 16 version=version, |
17 description='WSGI integration layer', | 17 description='WSGI integration layer', |
18 long_description=description, | 18 long_description=description, |