We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae33ef0 commit 9afa3ceCopy full SHA for 9afa3ce
1 file changed
pyproject.toml
@@ -28,6 +28,9 @@ packages = [
28
{ include = "osi3" },
29
{ include = "osi3trace" },
30
]
31
+include = [
32
+ { path = "osi3/*.py*", format = ["sdist", "wheel"] }
33
+]
34
exclude = [ "osi3/*.proto" ]
35
version = "0.0.0"
36
0 commit comments