Skip to content

Commit

Permalink
[Py] include python/test in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Dec 2, 2024
1 parent b3df08a commit ed7ec5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ include = [
"interfaces",
"applications",
"test",
"python/test",
]
exclude = []
exclude = ["**/__pycache__"]

[tool.py-build-cmake.cmake]
minimum_version = "3.24"
Expand Down

0 comments on commit ed7ec5b

Please sign in to comment.