1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00
aports/testing/py3-utils/fix-setuptools-deprecation.patch
Celeste f14599bea8 testing/py3-utils: upgrade to 3.8.1 & use gpep517 packaging
also, patch out typing_extensions in setup.py,
fix a setuptools deprecation warning,
and re-enable on s390x.
2023-10-06 07:15:57 +00:00

11 lines
169 B
Diff

--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
test = pytest
[metadata]
-description-file = README.rst
+description_file = README.rst
[nosetests]
verbosity = 3