summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 50a8aa8..d15529a 100755
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,7 @@ setup(
download_url=("https://github.com/dbtsai/python-mimeparse/tarball/" +
version),
keywords=["mime-type"],
+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",