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 committed Feb 3, 2022
1 parent 40a191d commit 0fb2494
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 0fb2494

Please sign in to comment.