setup: fix build warnings

This commit is contained in:
Vinicius Moreira
2023-11-20 13:45:34 -03:00
parent 20aa243203
commit f22714d1d7
34 changed files with 5 additions and 7 deletions

View File

@@ -50,7 +50,4 @@ license-files = ["LICENSE"]
version = {attr = "bauh.__version__"}
[tool.setuptools.packages.find]
exclude = ["tests"]
[tool.setuptools.package-data]
bauh = ["view/resources/locale/*", "view/resources/img/*", "view/resources/style/*", 'view/resources/style/*/img/*', "gems/*/resources/img/*", "gems/*/resources/locale/*", "desktop/*"]
exclude = ["tests.*", "tests"]