Skip to content

Commit eaa3860

Browse files
committed
chg: remove tests from wheel
1 parent 731ac00 commit eaa3860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ include = [
7474
{path = "pymisp/data/misp-objects/relationships/definition.json", format = ["sdist", "wheel"]},
7575
{path = "docs", format = ["sdist"]},
7676
{path = "examples/*.py", format = ["sdist", "wheel"]},
77-
{path = "tests", format = ["sdist", "wheel"]}
77+
{path = "tests", format = ["sdist"]}
7878
]
7979

8080
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)