From 861fd4d116d2f8b2b24fd2a4293d5bce67c238d3 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sun, 4 Nov 2018 07:36:38 +0100 Subject: Added python_requires in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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', -- cgit v1.2.1