We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83130e8 commit 2ba0e5aCopy full SHA for 2ba0e5a
1 file changed
pyproject.toml
@@ -43,15 +43,13 @@ Homepage = "http://github.com/conestack/node"
43
44
[tool.hatch.metadata.hooks.fancy-pypi-readme]
45
content-type = "text/x-rst"
46
-
47
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
48
-path = "README.rst"
49
50
51
-path = "CHANGES.rst"
52
53
54
-path = "LICENSE.rst"
+fragments = [
+ {path = "README.rst"},
+ {text = "\n\n"},
+ {path = "CHANGES.rst"},
+ {path = "LICENSE.rst"},
+]
55
56
[tool.hatch.build.targets.sdist]
57
exclude = [
0 commit comments