Skip to content

Commit

Permalink
set python_requires metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 25, 2021
1 parent 1e9caac commit b9db0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
packages=find_packages(exclude=('tests',)),
zip_safe=False,
platforms='any',
python_requires=">= 3.6",
install_requires=[
'Flask',
'WTForms',
Expand Down

0 comments on commit b9db0fa

Please sign in to comment.