Skip to content

Commit

Permalink
Merge branch 'pyreq' into 'master'
Browse files Browse the repository at this point in the history
Pass python_requires argument to setuptools

See merge request pycqa/flake8!225
  • Loading branch information
sigmavirus24 committed Apr 15, 2018
2 parents aa67b4a + f68e719 commit 4057d3d
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 @@ -74,6 +74,7 @@ def get_long_description():
"flake8.options",
"flake8.plugins",
],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
install_requires=requires,
extras_require=extras_require,
entry_points={
Expand Down

0 comments on commit 4057d3d

Please sign in to comment.