Skip to content

Commit 213ff15

Browse files
authored
Fix default exclusion of gitignore directory (#10)
Fixes #9 Signed-off-by: Pierre R. Mai <[email protected]>
1 parent ae33ef0 commit 213ff15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ packages = [
2828
{ include = "osi3" },
2929
{ include = "osi3trace" },
3030
]
31+
include = [
32+
{ path = "osi3/*.py*", format = ["sdist", "wheel"] }
33+
]
3134
exclude = [ "osi3/*.proto" ]
3235
version = "0.0.0"
3336

0 commit comments

Comments
 (0)