RapidFuzz/tools/sdist.patch

13 lines
283 B
Diff
Raw Normal View History

2022-06-09 11:37:27 +00:00
diff --git a/pyproject.toml b/pyproject.toml
2022-07-17 22:03:37 +00:00
index 1f4d4d6..1f94979 100644
2022-06-09 11:37:27 +00:00
--- a/pyproject.toml
+++ b/pyproject.toml
2022-07-17 22:03:37 +00:00
@@ -2,7 +2,6 @@
requires = [
"setuptools>=42",
"scikit-build==0.15.0",
2022-08-07 10:22:10 +00:00
- "Cython==3.0.0a11",
2022-07-17 22:03:37 +00:00
"rapidfuzz_capi==1.0.5"
2022-06-09 11:37:27 +00:00
]
2022-07-17 22:03:37 +00:00
build-backend = "backend"