Преглед на файлове

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

tobitege преди 1 година
родител
ревизия
19bc06198d
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  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__