There was an error while loading. Please reload this page.
1 parent cf38a41 commit 11148b2Copy full SHA for 11148b2
1 file changed
pyproject.toml
@@ -68,7 +68,6 @@ expression = "get_version()"
68
[tool.hatch.build]
69
# Include as much as possible in the source distribution, to help redistributors.
70
exclude = ["**/.pytest_cache", "**/.mypy_cache"]
71
-sources = ["src"]
72
73
[tool.hatch.build.targets.sdist]
74
include = [
@@ -88,6 +87,7 @@ include = [
88
87
# Manual pages can be included in the wheel.
89
# Depending on the installation tool, they will be accessible to users.
90
# pipx supports it, uv does not yet, see https://github.com/astral-sh/uv/issues/4731.
+sources = ["src/"]
91
artifacts = ["share/**/*"]
92
93
[dependency-groups]
0 commit comments