You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/parse_type/files/parse_type-0.5.2-setupwarn....

20 lines
330 B

2to3: https://github.com/jenisys/parse_type/issues/17
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,5 +12,5 @@
[upload_docs]
-upload-dir = build/docs/html
+upload_dir = build/docs/html
[bdist_wheel]
--- a/setup.py
+++ b/setup.py
@@ -40,6 +40,4 @@
)
-if python_version >= 3.0:
- extra["use_2to3"] = True
# -- NICE-TO-HAVE: