Files
guru/dev-libs/fastText/files/fastText-0.9.2-pep517.patch
2024-01-24 23:03:12 +09:00

10 lines
241 B
Diff

Fix SetuptoolsDeprecationWarning: Invalid dash-separated options
https://github.com/facebookresearch/fastText/pull/1316
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,2 @@
[metadata]
-description-file = README.md
+description_file = README.md