mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
20 lines
529 B
Diff
20 lines
529 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index c5bd914c0..3757e983b 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -55,13 +55,7 @@ tags = "material.plugins.tags.plugin:TagsPlugin"
|
|
material = "material"
|
|
|
|
[tool.hatch.version]
|
|
-source = "nodejs"
|
|
-
|
|
-[tool.hatch.metadata.hooks.nodejs]
|
|
-fields = ["license", "description", "authors", "keywords", "urls"]
|
|
-
|
|
-[tool.hatch.metadata.hooks.requirements_txt]
|
|
-filename = "requirements.txt"
|
|
+path = "gentoo_version.py"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
include = ["/material"]
|