MANIFEST.in 265 B

12345678910111213141516
  1. include AUTHORS
  2. include Gruntfile.js
  3. include INSTALL
  4. include LICENSE
  5. include LICENSE.python
  6. include MANIFEST.in
  7. include package.json
  8. include tox.ini
  9. include *.rst
  10. graft django
  11. graft docs
  12. graft extras
  13. graft js_tests
  14. graft scripts
  15. graft tests
  16. global-exclude *.py[co]