mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-07-06 01:30:32 +02:00
Ask setuptools to require Python 3.5 and above
python_requires will be evaluated by setuptools to ensure the package is compatible with currently active Python interpreter. Reference: https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires Closes #470 Signed-off-by: Wilson Husin <wilsonehusin@gmail.com>
This commit is contained in:
1
setup.py
1
setup.py
@ -61,6 +61,7 @@ setup(
|
||||
'sshuttle = sshuttle.cmdline:main',
|
||||
],
|
||||
},
|
||||
python_requires='>=3.5',
|
||||
tests_require=[
|
||||
'pytest',
|
||||
'pytest-cov',
|
||||
|
Reference in New Issue
Block a user