Skip to content

Commit

Permalink
- add Python version info
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 20, 2019
1 parent 792b4af commit 5e87eb4
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 @@ -49,6 +49,7 @@ def _package_doc(name):
include_package_data=True,
namespace_packages=['Products'],
zip_safe=False,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
install_requires=[
'setuptools',
'six',
Expand Down

0 comments on commit 5e87eb4

Please sign in to comment.