mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-19 20:11:14 -05:00
18 lines
407 B
Plaintext
18 lines
407 B
Plaintext
# Include all package Python files
|
|
graft src/simpleguardhome
|
|
|
|
# Include package data files
|
|
include src/simpleguardhome/favicon.ico
|
|
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 |