blob: f599cee878ad17e1c968e92ef87fc560168343df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2023-07-13 06:36:28 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@
# This software is licensed under the BSD 3-Clause License.
[build-system]
build-backend = "setuptools.build_meta"
-requires = ["setuptools>=64.0.0"]
+requires = ["setuptools"]
[project]
name = "synced_collections"
|