Skip to content

Commit

Permalink
Set python_requires explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc authored Feb 25, 2022
1 parent a0ee039 commit 9540fa2
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 @@ -41,6 +41,7 @@ def get_version(fname="flake8_black.py"):
],
keywords="PEP8",
py_modules=["flake8_black"],
python_requires=">=3.7",
install_requires=["flake8 >= 3.0.0", "black >= 22.1.0", "tomli"],
entry_points={"flake8.extension": ["BLK = flake8_black:BlackStyleChecker"]},
)

0 comments on commit 9540fa2

Please sign in to comment.