[X2Go-Commits] [x2gobroker] 01/01: setup.py: Don't run setup.py with use_2to3 anymore.
git-admin at x2go.org
git-admin at x2go.org
Mon Nov 15 15:28:48 CET 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit b4151fb2b66d71e83a1af54d489e3526ac50973f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Nov 15 15:28:01 2021 +0100
setup.py: Don't run setup.py with use_2to3 anymore.
Support for it has been dropped in recent Python versions.
Furthermore, this project has fully been ported to Python3.
No 2to3 on-the-fly conversion required anymore.
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index 8a61cc4..b2998a5 100755
--- a/setup.py
+++ b/setup.py
@@ -43,5 +43,4 @@ setup(
packages = find_packages('.'),
package_dir = {'': '.'},
test_suite = "x2gobroker.tests.runalltests",
- use_2to3 = True,
)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list