Explorar o código

exclude Python cache files/folders from sdist to avoid permission errors at runtime (#3381)

tobitege hai 1 ano
pai
achega
19bc06198d
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      MANIFEST.in

+ 5 - 0
MANIFEST.in

@@ -0,0 +1,5 @@
+# Exclude all Python bytecode files
+global-exclude *.pyc
+
+# Exclude Python cache directories
+global-exclude __pycache__