ayaports/backports/py3-utils/fix-setuptools-deprecation.patch

12 lines
169 B
Diff
Raw Normal View History

2024-01-19 04:49:18 +00:00
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
test = pytest
[metadata]
-description-file = README.rst
+description_file = README.rst
[nosetests]
verbosity = 3