mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-28 08:17:03 -05:00
feat(docker): enhance Dockerfile with debugging outputs and install tree utility; update .dockerignore and MANIFEST.in for better packaging
This commit is contained in:
19
MANIFEST.in
19
MANIFEST.in
@@ -1,3 +1,18 @@
|
||||
recursive-include src/simpleguardhome/templates *
|
||||
# Include all package Python files
|
||||
graft src/simpleguardhome
|
||||
|
||||
# Include package data files
|
||||
include src/simpleguardhome/favicon.ico
|
||||
recursive-include src/simpleguardhome *.py
|
||||
include src/simpleguardhome/templates/*.html
|
||||
|
||||
# Include important project files
|
||||
include README.md
|
||||
include LICENSE
|
||||
include requirements.txt
|
||||
include pyproject.toml
|
||||
include setup.py
|
||||
|
||||
# Exclude bytecode files
|
||||
global-exclude *.py[cod]
|
||||
global-exclude __pycache__
|
||||
global-exclude *.so
|
||||
Reference in New Issue
Block a user