Skip to content

Commit

Permalink
add python requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbin committed Sep 5, 2018
1 parent c6d5135 commit 3788dec
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 @@ -50,6 +50,7 @@ def main():
entry_points={
"console_scripts": ["freehp = freehp.cli:main"]
},
python_requires='>=3.5.3',
install_requires=install_requires,
tests_require=tests_require,
cmdclass={"test": PyTest},
Expand Down

0 comments on commit 3788dec

Please sign in to comment.