MANIFEST.in 243 B

12345678910
  1. include LICENSE
  2. include README.rst
  3. include requirements.txt
  4. recursive-include */static *
  5. recursive-include */templates *
  6. exclude */static/config.rb
  7. exclude */static/js/jquery.js
  8. exclude */static/js/profile.js
  9. recursive-exclude */static/sass *