summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2019-01-19 11:27:44 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2019-01-19 11:27:44 +0100
commit6c96492dbfe8e2cb8eee5024734a7628b5db7476 (patch)
tree9b179f793da83530248cb6b32b007976b1a5734b /setup.py
parent7277f1cdb9ae98ebce42746760776a7374fd0be7 (diff)
parentcd474f6ca457a977a4f6434c58f32e708f98a83d (diff)
downloadunidecode-6c96492dbfe8e2cb8eee5024734a7628b5db7476.tar.gz
Merge remote-tracking branch 'jdufresne/pyreq'
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 c3772aa..ef014af 100644
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@ setup(
author_email='tomaz.solc@tablix.org',
packages=['unidecode'],
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
test_suite='tests',