root/trunk/MANIFEST.in

Revision 117, 285 bytes (checked in by s0undt3ch, 12 months ago)

Added caching to the hilight process which was turning out to be very slow on huge lists.
Now we exclude *.COMBINED.* and *.min.* from the generated distributions.

Line 
1recursive-include pastie/public *
2recursive-include pastie/templates *
3exclude pastie/lib/profilepylons.py
4recursive-exclude pastie/tests *
5exclude pastie/public/js/*.min.*
6exclude pastie/public/js/*.COMBINED.*
7exclude pastie/public/css/*.min.*
8exclude pastie/public/css/*.COMBINED.*
9
Note: See TracBrowser for help on using the browser.