mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 17:16:44 +02:00
27 lines
630 B
Diff
27 lines
630 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index a109cef..5ecd1b8 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["hatchling", "hatch-fancy-pypi-readme"]
|
|
+requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
@@ -66,15 +66,6 @@ include = [
|
|
"/README.md",
|
|
]
|
|
|
|
-[tool.hatch.metadata.hooks.fancy-pypi-readme]
|
|
-content-type = "text/markdown"
|
|
-
|
|
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
|
-path = "README.md"
|
|
-
|
|
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
|
-path = "CHANGELOG.md"
|
|
-
|
|
[tool.mypy]
|
|
strict = true
|
|
show_error_codes = true
|