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

View File

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