MANIFEST.in: adding more exclusions

This commit is contained in:
Vinicius Moreira
2024-01-10 10:33:32 -03:00
parent 00c3c34d15
commit 1c2d6e7e26
2 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Distribution
- 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
### Features

View File

@@ -5,3 +5,6 @@ recursive-include bauh/view/resources *
recursive-exclude bauh/view/resources *.orig
recursive-include bauh/gems/*/resources *
recursive-exclude bauh/gems/*/resources *.orig
recursive-exclude linux_dist *
recursive-exclude venv *
recursive-exclude .venv *