what does a man need to do
This commit is contained in:
16
MANIFEST.in
Normal file
16
MANIFEST.in
Normal 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]
|
||||||
Reference in New Issue
Block a user