Skip to content

Commit b366580

Browse files
Copilotalexarje
andauthored
fix: clarify package-data glob in pyproject.toml
Agent-Logs-Url: https://github.com/fourMs/MGT-python/sessions/be8d0d40-00a4-403d-a196-b06380960b6e Co-authored-by: alexarje <114316+alexarje@users.noreply.github.com>
1 parent 807c28b commit b366580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ where = ["."]
5656
include = ["musicalgestures*"]
5757

5858
[tool.setuptools.package-data]
59-
musicalgestures = ["*.avi", "*.ipynb", "examples/*", "pose/*", "models/*", "3rdparty/**"]
59+
musicalgestures = ["*.avi", "*.ipynb", "examples/*", "pose/*", "models/*", "3rdparty/**/*"]
6060

6161
[tool.ruff]
6262
# Exclude the most problematic legacy directories from linting

0 commit comments

Comments
 (0)