blob: c26ea4aad73772e453c2abfecc5a949f50567ed4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- pyproject.toml.orig 2025-11-26 15:41:24 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=64", "wheel"]
+requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
@@ -73,4 +73,4 @@ line-length = 100
line-length = 100
[tool.setuptools]
-include-package-data = true
\ No newline at end of file
+include-package-data = true
|