mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 13:44:16 +00:00
force python version >=3 on pip
This commit is contained in:
2
setup.py
2
setup.py
@@ -14,6 +14,7 @@ except ImportError:
|
|||||||
read_readme = lambda f: open(f, 'r').read()
|
read_readme = lambda f: open(f, 'r').read()
|
||||||
|
|
||||||
VERSION = dotdrop.__version__
|
VERSION = dotdrop.__version__
|
||||||
|
REQUIRES_PYTHON = '>=3'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='dotdrop',
|
name='dotdrop',
|
||||||
@@ -28,6 +29,7 @@ setup(
|
|||||||
author_email='deadc0de6@foo.bar',
|
author_email='deadc0de6@foo.bar',
|
||||||
|
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
|
requires_python=REQUIRES_PYTHON,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
|
|||||||
Reference in New Issue
Block a user