0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00

Drop support for Python 2

It's hard to maintain both versions, having unicode issues in py2, etc.
This commit is contained in:
Ivan Habunek
2017-12-12 11:36:08 +01:00
parent 38b6a475ca
commit 1b86cdd404
10 changed files with 2 additions and 21 deletions

View File

@@ -18,8 +18,6 @@ setup(
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
@@ -30,7 +28,6 @@ setup(
install_requires=[
"requests>=2.13,<3.0",
"beautifulsoup4>=4.5.0,<5.0",
"future>=0.16",
],
entry_points={
'console_scripts': [