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 f3a7627 commit fa9ce7bCopy full SHA for fa9ce7b
pyproject.toml
@@ -53,15 +53,13 @@ Homepage = "http://github.com/conestack/cone.firebase"
53
54
[tool.hatch.metadata.hooks.fancy-pypi-readme]
55
content-type = "text/x-rst"
56
-
57
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
58
-path = "README.rst"
59
60
61
-path = "CHANGES.rst"
62
63
64
-path = "LICENSE.rst"
+fragments = [
+ {path = "README.rst"},
+ {text = "\n\n"},
+ {path = "CHANGES.rst"},
+ {path = "LICENSE.rst"},
+]
65
66
[tool.hatch.build.targets.sdist]
67
exclude = [
0 commit comments