summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-06-18 15:27:29 +1000
committerGitHub <noreply@github.com>2020-06-18 15:27:29 +1000
commit73eb3b6479d3605d557e4481a0c609d2f18abe4b (patch)
tree04ef1d3fc261b5e322a58b957168a7adbd0dc11e
parent8c91958ff3805dbdef9b659061a0de25ba4b34f8 (diff)
parent1b50d364c67ae1eb9dc831e312fc11b75f4ad43e (diff)
Merge pull request #471 from wilsonehusin/deprecate-py2-setuptools
Restrict setuptools from executing on Python2
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1c73a3f..388f905 100755
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,7 @@ setup(
'sshuttle = sshuttle.cmdline:main',
],
},
+ python_requires='>=3.5',
tests_require=[
'pytest',
'pytest-cov',