mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08:00
exclude Python cache files/folders from sdist to avoid permission errors at runtime (#3381)
This commit is contained in:
parent
92b19ed1fb
commit
19bc06198d
5
MANIFEST.in
Normal file
5
MANIFEST.in
Normal file
@ -0,0 +1,5 @@
|
||||
# Exclude all Python bytecode files
|
||||
global-exclude *.pyc
|
||||
|
||||
# Exclude Python cache directories
|
||||
global-exclude __pycache__
|
||||
Loading…
x
Reference in New Issue
Block a user