what does a man need to do

This commit is contained in:
cool.gitter.not.me.again.duh
2025-05-31 16:37:20 -06:00
parent a9e9074c26
commit 0e7bcdef56

16
MANIFEST.in Normal file
View File

@@ -0,0 +1,16 @@
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]