Skip to content

Commit

Permalink
Merge pull request #57 from hugovk/patch-1
Browse files Browse the repository at this point in the history
Add python_requires to help pip, and version classifers
  • Loading branch information
takluyver authored Mar 18, 2019
2 parents acef5ae + a4c5a25 commit 5104dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ requires = [
"pywinpty (>=0.5);os_name=='nt'",
"tornado (>=4)",
]
requires-python=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
classifiers=[
"Environment :: Web Environment",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 5104dcb

Please sign in to comment.