Browse Source

Add `python_requires` metadata for PyPI

pull/2729/head
wim glenn 6 years ago committed by David Lord
parent
commit
a22d143f96
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  1. 1
      setup.py

1
setup.py

@ -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',

Loading…
Cancel
Save