Skip to content

Commit

Permalink
Drop 2to3 deprecated setuptools option
Browse files Browse the repository at this point in the history
New setuptools versions stop deliberately building packages that use 2to3. See pypa/setuptools#2769

This option should have been removed in commit 3aeb6ff
  • Loading branch information
GuillemCalidae authored and n1ngu committed Feb 4, 2022
1 parent 40a191d commit b837e85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,4 @@ def get_require_version(name):
test_suite='tests',
test_loader='trytond.test_loader:Loader',
tests_require=tests_require,
use_2to3=True,
)

0 comments on commit b837e85

Please sign in to comment.