Skip to content

Commit

Permalink
fix(ui): Adding database icons to the python built package
Browse files Browse the repository at this point in the history
  • Loading branch information
rboni-dk committed Nov 12, 2024
1 parent 6603837 commit b9b1743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ include-package-data = true
[tool.setuptools.package-data]
"*" = ["*.toml", "*.sql", "*.yaml"]
"testgen.template" = ["*.sql", "*.yaml", "**/*.sql", "**/*.yaml"]
"testgen.ui.assets" = ["*.svg", "*.png", "*.js", "*.css"]
"testgen.ui.assets" = ["*.svg", "*.png", "*.js", "*.css", "flavors/*.svg"]
"testgen.ui.components.frontend" = ["*.html", "**/*.js", "**/*.css", "**/*.woff2", "**/*.svg"]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit b9b1743

Please sign in to comment.