1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/community/black/remove-fancy-pypi-readme.patch
2022-12-02 23:51:47 +01:00

27 lines
708 B
Diff

Not needed to build black.
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ preview = true
# NOTE: You don't need this in your own Black configuration.
[build-system]
-requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"]
+requires = ["hatchling>=1.8.0", "hatch-vcs"]
build-backend = "hatchling.build"
[project]
@@ -92,13 +92,6 @@ blackd = "blackd:patched_main [d]"
Changelog = "https://github.com/psf/black/blob/main/CHANGES.md"
Homepage = "https://github.com/psf/black"
-[tool.hatch.metadata.hooks.fancy-pypi-readme]
-content-type = "text/markdown"
-fragments = [
- { path = "README.md" },
- { path = "CHANGES.md" },
-]
-
[tool.hatch.version]
source = "vcs"