dropped support for Python 2

This commit is contained in:
Shay Palachy
2020-02-20 13:38:12 +02:00
parent 0cbe7efcd1
commit a0bd95167a
6 changed files with 21 additions and 67 deletions
+1 -3
View File
@@ -40,10 +40,10 @@ setup(
''',
install_requires=[
'watchdog', 'portalocker',
'pathtools', # for watchdog, who has dependency spec problem
],
extras_require={
'test': TEST_REQUIRES,
':python_version == "2.7"': ['futures'],
},
platforms=['linux', 'osx', 'windows'],
keywords=['cache', 'persistence', 'mongo', 'memoization', 'decorator'],
@@ -53,8 +53,6 @@ setup(
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',