MANIFEST.in 286 B

1234567
  1. include LICENSE CHANGELOG.md README.rst
  2. recursive-include tests/* *
  3. recursive-include treasuremap/static *.js *.css *.png *.eot *.svg *.ttf *.woff
  4. recursive-include treasuremap/templates *.html
  5. recursive-include treasuremap/locale *.mo
  6. global-exclude __pycache__
  7. global-exclude *.py[co]