mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
13 lines
285 B
Diff
13 lines
285 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 0e3c8d19d..8ab6fc952 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -1,3 +1,7 @@
|
|
+[build-system]
|
|
+requires = ["setuptools", "wheel"]
|
|
+build-backend = "setuptools.build_meta"
|
|
+
|
|
[project]
|
|
name = "cookiecutter"
|
|
version = "2.7.1"
|