Skip to content

Commit

Permalink
Add minimum required Python version in seyup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Sep 18, 2018
1 parent 57b6515 commit 0eeb83f
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 @@ -63,6 +63,7 @@ def finalize_options(self):
license="LICENSE.txt",
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
python_requires=">=3.4",
packages=["clade"],
package_data={
"clade": [
Expand Down

0 comments on commit 0eeb83f

Please sign in to comment.