1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/py3-keepalive/py3.patch
2022-11-23 20:54:17 +01:00

10 lines
254 B
Diff

diff --git a/setup.py b/setup.py
index a05cd1b..2af18db 100644
--- a/setup.py
+++ b/setup.py
@@ -71,5 +71,4 @@ setup(
'Programming Language :: Python :: 3.5',
],
keywords = 'python http urllib keepalive',
- use_2to3 = True
)