summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2018-11-04 07:36:38 +0100
committerMichele Simionato <michele.simionato@gmail.com>2018-11-04 07:36:38 +0100
commit861fd4d116d2f8b2b24fd2a4293d5bce67c238d3 (patch)
treeb16bd75625bf2a7b35a989f89de903d243fde405 /setup.py
parentb9d42ec4234118b1783d77befa2b8e2c9d781ef2 (diff)
downloadpython-decorator-git-861fd4d116d2f8b2b24fd2a4293d5bce67c238d3.tar.gz
Added python_requires in setup.py
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 5343a98..7533762 100644
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@ if __name__ == '__main__':
py_modules=['decorator'],
keywords="decorators generic utility",
platforms=["All"],
+ python_requires='>=2.6, !=3.0.*, !=3.1.*',
classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',