MANIFEST.in 120 B

12345
  1. # Exclude all Python bytecode files
  2. global-exclude *.pyc
  3. # Exclude Python cache directories
  4. global-exclude __pycache__