mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
setup: fix build warnings
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
include LICENSE CHANGELOG.md README.md
|
include LICENSE CHANGELOG.md README.md requirements.txt
|
||||||
include requirements.txt
|
|
||||||
recursive-include bauh/desktop *
|
recursive-include bauh/desktop *
|
||||||
|
recursive-exclude bauh/desktop *.orig
|
||||||
recursive-include bauh/view/resources *
|
recursive-include bauh/view/resources *
|
||||||
|
recursive-exclude bauh/view/resources *.orig
|
||||||
recursive-include bauh/gems/*/resources *
|
recursive-include bauh/gems/*/resources *
|
||||||
recursive-include tests *
|
recursive-exclude bauh/gems/*/resources *.orig
|
||||||
|
|||||||
0
bauh/gems/appimage/resources/__init__.py
Executable file
0
bauh/gems/appimage/resources/__init__.py
Executable file
0
bauh/gems/appimage/resources/img/__init__.py
Executable file
0
bauh/gems/appimage/resources/img/__init__.py
Executable file
0
bauh/gems/appimage/resources/locale/__init__.py
Executable file
0
bauh/gems/appimage/resources/locale/__init__.py
Executable file
0
bauh/gems/arch/resources/__init__.py
Executable file
0
bauh/gems/arch/resources/__init__.py
Executable file
0
bauh/gems/arch/resources/img/__init__.py
Executable file
0
bauh/gems/arch/resources/img/__init__.py
Executable file
0
bauh/gems/arch/resources/locale/__init__.py
Executable file
0
bauh/gems/arch/resources/locale/__init__.py
Executable file
0
bauh/gems/debian/resources/__init__.py
Executable file
0
bauh/gems/debian/resources/__init__.py
Executable file
0
bauh/gems/debian/resources/img/__init__.py
Executable file
0
bauh/gems/debian/resources/img/__init__.py
Executable file
0
bauh/gems/debian/resources/locale/__init__.py
Executable file
0
bauh/gems/debian/resources/locale/__init__.py
Executable file
0
bauh/gems/flatpak/resources/__init__.py
Executable file
0
bauh/gems/flatpak/resources/__init__.py
Executable file
0
bauh/gems/flatpak/resources/img/__init__.py
Executable file
0
bauh/gems/flatpak/resources/img/__init__.py
Executable file
0
bauh/gems/flatpak/resources/locale/__init__.py
Executable file
0
bauh/gems/flatpak/resources/locale/__init__.py
Executable file
0
bauh/gems/snap/resources/__init__.py
Executable file
0
bauh/gems/snap/resources/__init__.py
Executable file
0
bauh/gems/snap/resources/img/__init__.py
Executable file
0
bauh/gems/snap/resources/img/__init__.py
Executable file
0
bauh/gems/snap/resources/locale/__init__.py
Executable file
0
bauh/gems/snap/resources/locale/__init__.py
Executable file
0
bauh/gems/web/resources/__init__.py
Executable file
0
bauh/gems/web/resources/__init__.py
Executable file
0
bauh/gems/web/resources/img/__init__.py
Executable file
0
bauh/gems/web/resources/img/__init__.py
Executable file
0
bauh/gems/web/resources/locale/__init__.py
Executable file
0
bauh/gems/web/resources/locale/__init__.py
Executable file
0
bauh/view/resources/__init__.py
Executable file
0
bauh/view/resources/__init__.py
Executable file
0
bauh/view/resources/img/__init__.py
Executable file
0
bauh/view/resources/img/__init__.py
Executable file
0
bauh/view/resources/locale/__init__.py
Executable file
0
bauh/view/resources/locale/__init__.py
Executable file
0
bauh/view/resources/locale/about/__init__.py
Executable file
0
bauh/view/resources/locale/about/__init__.py
Executable file
0
bauh/view/resources/locale/tray/__init__.py
Executable file
0
bauh/view/resources/locale/tray/__init__.py
Executable file
0
bauh/view/resources/style/darcula/__init__.py
Executable file
0
bauh/view/resources/style/darcula/__init__.py
Executable file
0
bauh/view/resources/style/darcula/img/__init__.py
Executable file
0
bauh/view/resources/style/darcula/img/__init__.py
Executable file
0
bauh/view/resources/style/default/__init__.py
Executable file
0
bauh/view/resources/style/default/__init__.py
Executable file
0
bauh/view/resources/style/knight/__init__.py
Executable file
0
bauh/view/resources/style/knight/__init__.py
Executable file
0
bauh/view/resources/style/knight/img/__init__.py
Executable file
0
bauh/view/resources/style/knight/img/__init__.py
Executable file
0
bauh/view/resources/style/light/__init__.py
Executable file
0
bauh/view/resources/style/light/__init__.py
Executable file
0
bauh/view/resources/style/light/img/__init__.py
Executable file
0
bauh/view/resources/style/light/img/__init__.py
Executable file
0
bauh/view/resources/style/sublime/__init__.py
Executable file
0
bauh/view/resources/style/sublime/__init__.py
Executable file
0
bauh/view/resources/style/sublime/img/__init__.py
Executable file
0
bauh/view/resources/style/sublime/img/__init__.py
Executable file
@@ -50,7 +50,4 @@ license-files = ["LICENSE"]
|
|||||||
version = {attr = "bauh.__version__"}
|
version = {attr = "bauh.__version__"}
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
exclude = ["tests"]
|
exclude = ["tests.*", "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/*"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user