Mercurial > cgi-bin > hgweb.cgi > tincan
comparison setup.py @ 70:a78c74c73d98 draft
Get rid of bogus "None" messages in the standard error pages.
author | David Barts <n5jrn@me.com> |
---|---|
date | Mon, 15 Jul 2019 13:13:46 -0700 |
parents | d59811b95a62 |
children | e8b3b336e63e |
comparison
equal
deleted
inserted
replaced
69:c168aad7a731 | 70:a78c74c73d98 |
---|---|
11 description='Simple code-behind WSGI framework for small web-applications, implemented on top of bottle.', | 11 description='Simple code-behind WSGI framework for small web-applications, implemented on top of bottle.', |
12 author="David W. Barts", | 12 author="David W. Barts", |
13 author_email="tincan@bartsent.com", | 13 author_email="tincan@bartsent.com", |
14 url='http://bartsent.com/tincan.pspx', | 14 url='http://bartsent.com/tincan.pspx', |
15 py_modules=['tincan'], | 15 py_modules=['tincan'], |
16 scripts=['bin/install-static', 'bin/launch'], | 16 scripts=['tincan.py', 'bin/install-static', 'bin/launch'], |
17 license='MIT', | 17 license='MIT', |
18 platforms='any', | 18 platforms='any', |
19 install_requires=['bottle>=0.12.0'], | 19 install_requires=['bottle>=0.12.0'], |
20 classifiers=['Development Status :: 4 - Beta', | 20 classifiers=['Development Status :: 4 - Beta', |
21 "Operating System :: OS Independent", | 21 "Operating System :: OS Independent", |