Skip to content

Commit

Permalink
chg: remove tests from wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 22, 2025
1 parent 731ac00 commit eaa3860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ include = [
{path = "pymisp/data/misp-objects/relationships/definition.json", format = ["sdist", "wheel"]},
{path = "docs", format = ["sdist"]},
{path = "examples/*.py", format = ["sdist", "wheel"]},
{path = "tests", format = ["sdist", "wheel"]}
{path = "tests", format = ["sdist"]}
]

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit eaa3860

Please sign in to comment.