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 e0aa286 commit 2931f08Copy full SHA for 2931f08
pyproject.toml
@@ -38,15 +38,13 @@ Homepage = "http://github.com/conestack/node.ext.fs"
38
39
[tool.hatch.metadata.hooks.fancy-pypi-readme]
40
content-type = "text/x-rst"
41
-
42
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
43
-path = "README.rst"
44
45
46
-path = "CHANGES.rst"
47
48
49
-path = "LICENSE.rst"
+fragments = [
+ {path = "README.rst"},
+ {text = "\n\n"},
+ {path = "CHANGES.rst"},
+ {path = "LICENSE.rst"},
+]
50
51
[tool.hatch.build.targets.sdist]
52
exclude = [
0 commit comments