Skip to content

Commit

Permalink
Add python_requires to setup, fixes #1187
Browse files Browse the repository at this point in the history
  • Loading branch information
mher committed May 13, 2023
1 parent deb2814 commit 4954ad3
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 @@ -54,6 +54,7 @@ def get_requirements(filename):
url='https://github.com/mher/flower',
license='BSD',
classifiers=classifiers,
python_requires=">=3.6",
packages=find_packages(exclude=['tests', 'tests.*']),
install_requires=get_requirements('default.txt'),
test_suite="tests",
Expand Down

0 comments on commit 4954ad3

Please sign in to comment.