MANIFEST.in 258 B

123456789101112
  1. recursive-include python2 *.py *.txt
  2. recursive-include python3 *.py *.txt README
  3. graft doc
  4. graft tests
  5. include *.md
  6. include CHANGELOG
  7. include LICENSE
  8. include requirements*.txt
  9. exclude codecov.yml
  10. prune ref
  11. global-exclude __pycache__
  12. global-exclude *.py[cod]