Remove python<3.0 restriction in setup.py
This commit is contained in:
parent
a8fd6a123c
commit
be3bda885d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -22,7 +22,7 @@ def read(fname):
|
|||
setuptools.setup(
|
||||
name = 'redo-tools',
|
||||
version = redo.version.TAG.replace('-', '+', 1),
|
||||
python_requires='>=2.7, <3.0',
|
||||
python_requires='>=2.7',
|
||||
author = 'Avery Pennarun',
|
||||
author_email = 'apenwarr@gmail.com',
|
||||
description = ('djb redo: a recursive, general purpose build system.'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue