mirror of
https://gitlab.com/datalifeit/python-retrofix
synced 2023-12-14 06:13:03 +01:00
Remove wrong use2to3 keyword in setup
This commit is contained in:
parent
9ce8ab5f52
commit
e6cdd94cd7
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -61,5 +61,4 @@ setup(name=PACKAGE,
|
|||
extras_require={},
|
||||
zip_safe=False,
|
||||
test_suite='retrofix.tests',
|
||||
use2to3=True,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue