Django

Code

root/django/branches/0.96-bugfixes/MANIFEST.in

Revision 4490, 346 bytes (checked in by mtredinnick, 2 years ago)

Refs #3338 -- Partially fix rpm packaging problems. There is still one issue
remaining with how we construct the version numbers, but this change is useful
nonetheless. Patch from Dirk Datzert.

Line 
1 include AUTHORS
2 include INSTALL
3 include LICENSE
4 recursive-include docs *
5 recursive-include scripts *
6 recursive-include django/conf/locale *
7 recursive-include django/contrib/admin/templates *
8 recursive-include django/contrib/admin/media *
9 recursive-include django/contrib/comments/templates *
10 recursive-include django/contrib/sitemaps/templates *
Note: See TracBrowser for help on using the browser.