mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
MANIFEST.in: adding more exclusions
This commit is contained in:
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
### Distribution
|
### Distribution
|
||||||
- AppImage: using the latest Python standards to build and install bauh (using `build` and `installer` packages)
|
- AppImage: using the latest Python standards to build and install bauh (using `build` and `installer` packages)
|
||||||
|
- PyPI: adding more exclusions to unneeded files
|
||||||
|
|
||||||
## [0.10.6] 2023-12-23
|
## [0.10.6] 2023-12-23
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -5,3 +5,6 @@ recursive-include bauh/view/resources *
|
|||||||
recursive-exclude bauh/view/resources *.orig
|
recursive-exclude bauh/view/resources *.orig
|
||||||
recursive-include bauh/gems/*/resources *
|
recursive-include bauh/gems/*/resources *
|
||||||
recursive-exclude bauh/gems/*/resources *.orig
|
recursive-exclude bauh/gems/*/resources *.orig
|
||||||
|
recursive-exclude linux_dist *
|
||||||
|
recursive-exclude venv *
|
||||||
|
recursive-exclude .venv *
|
||||||
|
|||||||
Reference in New Issue
Block a user