MANIFEST.in 137 B

123456
  1. # Include docs in the root.
  2. include *.md
  3. include LICENSE
  4. # Exclude byte-compiled code
  5. global-exclude __pycache__
  6. global-exclude *.py[co]