mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 20:34:16 +02:00
[setup] fix -> wrong style resources paths
This commit is contained in:
@@ -6,10 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [0.9.14] 2021
|
||||
### Fixes
|
||||
- Installation setup
|
||||
- wrong style resources paths
|
||||
|
||||
- Web
|
||||
- failing to install some applications when the expected temp directory does not exist
|
||||
- using the old nativefier GitHub URL
|
||||
|
||||
|
||||
|
||||
## [0.9.13] 2021-01-20
|
||||
### Fixes
|
||||
- missing Python hard dependency: **packaging**
|
||||
|
||||
2
setup.py
2
setup.py
@@ -32,7 +32,7 @@ setup(
|
||||
python_requires=">=3.5",
|
||||
url=URL,
|
||||
packages=find_packages(exclude=["tests.*", "tests"]),
|
||||
package_data={NAME: ["view/resources/locale/*", "view/resources/img/*", "view/styles/*", 'view/styles/*/img/*', "gems/*/resources/img/*", "gems/*/resources/locale/*", "desktop/*"]},
|
||||
package_data={NAME: ["view/resources/locale/*", "view/resources/img/*", "view/resources/style/*", 'view/resources/style/*/img/*', "gems/*/resources/img/*", "gems/*/resources/locale/*", "desktop/*"]},
|
||||
install_requires=requirements,
|
||||
test_suite="tests",
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user