Skip to content

Commit 085f9f8

Browse files
authored
Merge pull request #423 from StephenBrown2/patch-1
Add python_requires to setup.py to fix #421
2 parents e090909 + 808d948 commit 085f9f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def get_version(version_tuple):
4444
author_email="ross.lawley@gmail.com",
4545
zip_safe=False,
4646
platforms="any",
47+
python_requires=">=3.6",
4748
install_requires=[
4849
"Flask>=1.1.2",
4950
"WTForms[email]>=2.3.1",

0 commit comments

Comments
 (0)