From 0e7bcdef5621f550463b652b95de46135c92a4f0 Mon Sep 17 00:00:00 2001 From: "cool.gitter.not.me.again.duh" Date: Sat, 31 May 2025 16:37:20 -0600 Subject: [PATCH] what does a man need to do --- MANIFEST.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..259b530 --- /dev/null +++ b/MANIFEST.in @@ -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] \ No newline at end of file