Skip to content

Commit 35e9ca9

Browse files
Add hatch wheel configuration (#5)
1 parent 602a157 commit 35e9ca9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ path = "reacttrs/__init__.py"
3030
include = [
3131
"/reacttrs",
3232
]
33+
34+
[tool.hatch.build.targets.wheel]
35+
ignore-vcs = true
36+
packages = ["reacttrs"]

0 commit comments

Comments
 (0)