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 7780588 commit 8e4b5feCopy full SHA for 8e4b5fe
pyproject.toml
@@ -37,15 +37,13 @@ example = "yafowil.widget.slider.example:get_example"
37
38
[tool.hatch.metadata.hooks.fancy-pypi-readme]
39
content-type = "text/x-rst"
40
-
41
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
42
-path = "README.rst"
43
44
45
-path = "CHANGES.rst"
46
47
48
-path = "LICENSE.rst"
+fragments = [
+ {path = "README.rst"},
+ {text = "\n\n"},
+ {path = "CHANGES.rst"},
+ {path = "LICENSE.rst"},
+]
49
50
[tool.hatch.build.targets.sdist]
51
exclude = [
0 commit comments