diff options
author | Nicholas Nadeau, P.Eng., AVS <nnadeau@users.noreply.github.com> | 2018-01-01 16:37:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 16:37:27 -0500 |
commit | 70224f5a202ece43bcd2010f8e299654242b02a2 (patch) | |
tree | c7255438c61d6a412ba7edec82b24c9c3b534243 /setup.py | |
parent | 650d27a40a42fa0169bc8e9ff30592cdf80a1214 (diff) | |
download | setuptools-scm-70224f5a202ece43bcd2010f8e299654242b02a2.tar.gz |
added python_requires
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ arguments = dict( 'Topic :: System :: Software Distribution', 'Topic :: Utilities', ], + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', ) if __name__ == '__main__': |