Include test data directory in sdist (#27)

This commit is contained in:
bashonly
2025-11-06 16:09:05 -06:00
committed by GitHub
parent 2655b1f55f
commit 4b4ac2b896

View File

@@ -47,6 +47,7 @@ source = "vcs"
exclude = [
"/.github/**",
"/src/yt/solver/test/players/*",
"!/src/yt/solver/test/players/.gitignore",
]
[tool.hatch.build.targets.wheel]