Skip to content

Commit 503f895

Browse files
committed
Exclude docs from sdists and wheels
1 parent 93586b0 commit 503f895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codegen/core/src/main/java/software/amazon/smithy/python/codegen/generators/SetupGenerator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,11 @@ private static void writePyproject(
171171
requires = ["hatchling"]
172172
build-backend = "hatchling.build"
173173
174-
[tool.hatch.build.targets.bdist]
174+
[tool.hatch.build]
175175
exclude = [
176176
"tests",
177177
"docs",
178+
"mkdocs.yml",
178179
]
179180
180181
[tool.pyright]

0 commit comments

Comments
 (0)