Files
librespot-spotizerr-dev/MANIFEST.in
cool.gitter.not.me.again.duh 0e7bcdef56 what does a man need to do
2025-05-31 16:37:20 -06:00

16 lines
418 B
Plaintext

include README.md
include requirements.txt
include LICENSE
# Include all .proto files in the proto directory and its subdirectories
graft proto
# Include all Python files in the librespot directory and its subdirectories
graft librespot
# Include all Python files in the librespot_player directory
graft librespot_player
# Exclude __pycache__ directories and .pyc files
prune */__pycache__
global-exclude *.py[co]