Files
librespot-spotizerr-dev/MANIFEST.in
2025-08-30 11:25:07 -06:00

17 lines
433 B
Plaintext

include README.md
include requirements.txt
include LICENSE
include NOTICE
# 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]