Merge pull request #471 from wilsonehusin/deprecate-py2-setuptools

Restrict setuptools from executing on Python2
This commit is contained in:
Brian May 2020-06-18 15:27:29 +10:00 committed by GitHub
commit 73eb3b6479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ setup(
'sshuttle = sshuttle.cmdline:main',
],
},
python_requires='>=3.5',
tests_require=[
'pytest',
'pytest-cov',