Skip to content

Commit

Permalink
Merge pull request #291 from altendky/patch-1
Browse files Browse the repository at this point in the history
Add python_requires for 2.7, 3.5+
  • Loading branch information
twm authored Sep 12, 2020
2 parents dcd6357 + aa3f5ff commit 7a8f45a
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 @@ -27,6 +27,7 @@
package_dir={"": "src"},
setup_requires=["incremental"],
use_incremental=True,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
install_requires=[
"incremental",
"requests >= 2.1.0",
Expand Down

0 comments on commit 7a8f45a

Please sign in to comment.