Merge pull request #2721 from wimglenn/wimglenn-patch-1

Add `python_requires` metadata for PyPI
This commit is contained in:
David Lord 2018-04-26 14:02:05 -07:00 committed by GitHub
commit 0f3b9d731b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ setup(
include_package_data=True,
zip_safe=False,
platforms='any',
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
install_requires=[
'Werkzeug>=0.14',
'Jinja2>=2.10',