- commit
- d32bbbe584e5048dac4cd54a0a1c4427ae088fa2
- parent
- d5abce57338dc8f125f3a651442e39a749647b1d
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-12-06 22:12
update setup.py
Diffstat
| M | setup.py | 6 | +++--- |
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
@@ -13,9 +13,9 @@ setup( 13 13 author_email='tobias.bengfort@posteo.de', 14 14 packages=['jsonproxy'], 15 15 install_requires=[16 -1 'flask',-1 16 'aiohttp', 17 17 'beautifulsoup4',18 -1 'cachetools',-1 18 'jinja2', 19 19 ], 20 20 entry_points={'console_scripts': [ 21 21 'jsonproxy=jsonproxy:main', @@ -26,7 +26,7 @@ setup( 26 26 'Environment :: Console', 27 27 'Intended Audience :: Information Technology', 28 28 'Operating System :: OS Independent',29 -1 'Programming Language :: Python',-1 29 'Programming Language :: Python :: 3.3', 30 30 'License :: OSI Approved :: GNU Affero General Public License v3 ' 31 31 'or later (AGPLv3+)', 32 32 'Topic :: Internet :: Proxy Servers',