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 1519531 commit 3d60af9Copy full SHA for 3d60af9
pyproject.toml
@@ -54,6 +54,9 @@ package = true
54
[tool.hatch.build.targets.wheel]
55
packages = ["src/render_static"]
56
57
+[tool.hatch.build.targets.sdist]
58
+packages = ["src/render_static"]
59
+
60
[project.optional-dependencies]
61
PyYAML = ["PyYAML>=5.1,<7.0"]
62
Jinja2 = ["Jinja2>=2.9,<4.0"]
0 commit comments