diff options
author | Hugo <hugovk@users.noreply.github.com> | 2018-08-21 15:24:08 +0300 |
---|---|---|
committer | Hugo <hugovk@users.noreply.github.com> | 2018-08-21 15:24:08 +0300 |
commit | 23d7418aa18f6e4ce1b97938144a8968e2b0cb9b (patch) | |
tree | c8bca23f03166b59211bd69ae77a5dfd7db62c45 | |
parent | 96675e30a472d9ca1a9e7e3b314b6ea411a9829a (diff) | |
download | pyparsing-git-23d7418aa18f6e4ce1b97938144a8968e2b0cb9b.tar.gz |
Add python_requires to help pip
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ setup(# Distribution meta-data download_url = "https://pypi.org/project/pyparsing/",
license = "MIT License",
py_modules = modules,
+ python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
|