summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2020-01-04 23:26:11 +0200
committerHugo <hugovk@users.noreply.github.com>2020-01-04 23:30:15 +0200
commit14f2b0dbca945c1483aa6f48878b6eceb154df39 (patch)
tree0d570c75f89bf0fb69cf21c6957ef5fd11878ecf /setup.py
parent3efcb7e06979c298e9a2ebf1f85bb9eb5f32f041 (diff)
downloadpython-magic-14f2b0dbca945c1483aa6f48878b6eceb154df39.tar.gz
Add python_requires to help pip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1e0cd8c..6dcdeac 100644
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,7 @@ setup(name='python-magic',
keywords="mime magic file",
license="MIT",
test_suite='test',
+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',