mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
also, patch out typing_extensions in setup.py, fix a setuptools deprecation warning, and re-enable on s390x.
11 lines
169 B
Diff
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
|