Skip to content

Commit 2e61a8f

Browse files
committed
manually specify data files in toml
1 parent 37035f5 commit 2e61a8f

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
@@ -30,4 +30,4 @@ stringart = "stringart.cli:stringart_cli"
3030
stringart-ui = "stringart:stringart_app"
3131

3232
[tool.setuptools.package-data]
33-
"stringart.data" = ["**/*"]
33+
stringart = ["data/demo_img/*", "data/help_app/*"]

0 commit comments

Comments
 (0)