1
0
mirror of synced 2025-02-21 12:50:37 +01:00

Make sure LUT .csv files are included in wheel/sdist

This commit is contained in:
Viv 2023-06-27 19:35:45 -04:00
parent 88031074a6
commit 1429b8f466
2 changed files with 4 additions and 0 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include src/tja2fumen/soulgauge_LUTs/*.csv

View File

@ -19,3 +19,6 @@ tja2fumen = "tja2fumen:main"
[project.optional-dependencies]
build = ["pyinstaller"]
[tool.setuptools.packages.find]
where = ["src"]