We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b413b4e commit 588477eCopy full SHA for 588477e
pyproject.toml
@@ -67,15 +67,13 @@ remote_addr = "cone.app:make_remote_addr_middleware"
67
68
[tool.hatch.metadata.hooks.fancy-pypi-readme]
69
content-type = "text/x-rst"
70
-
71
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
72
-path = "README.rst"
73
74
75
-path = "CHANGES.rst"
76
77
78
-path = "LICENSE.rst"
+fragments = [
+ {path = "README.rst"},
+ {text = "\n\n"},
+ {path = "CHANGES.rst"},
+ {path = "LICENSE.rst"},
+]
79
80
[tool.hatch.build.targets.sdist]
81
exclude = [
0 commit comments