Skip to content

Commit

Permalink
setup: Specify Python versions this distribution is compatible with.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and htgoebel committed Feb 20, 2018
1 parent 466a470 commit d4798a9
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 @@ -155,6 +155,7 @@ def run(self):

setup(
install_requires=REQUIREMENTS,
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',

name='PyInstaller',
version=version,
Expand Down

0 comments on commit d4798a9

Please sign in to comment.