mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
10 lines
236 B
Diff
10 lines
236 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 048fe6b..5a7a7a2 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -43,5 +43,4 @@ setup(name='vatnumber',
|
|
'suds': ['suds'],
|
|
},
|
|
test_suite="vatnumber.tests",
|
|
- use_2to3=True,
|
|
)
|