Skip to content

Commit

Permalink
force python version >=3 on pip
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Apr 11, 2018
1 parent 9cb84fa commit 6b00d4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
read_readme = lambda f: open(f, 'r').read()

VERSION = dotdrop.__version__
REQUIRES_PYTHON = '>=3'

setup(
name='dotdrop',
Expand All @@ -28,6 +29,7 @@
author_email='[email protected]',

license='GPLv3',
requires_python=REQUIRES_PYTHON,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit 6b00d4c

Please sign in to comment.