|
Revision 3906, 285 bytes
(checked in by adrian, 2 years ago)
|
Changed setup.py to use standard distutils instead of setuptools. This means installing Django no longer requires a easy_install, setuptools or a working Internet connection, greatly simplifying things.
|
| Line | |
|---|
| 1 |
include AUTHORS |
|---|
| 2 |
include INSTALL |
|---|
| 3 |
include LICENSE |
|---|
| 4 |
recursive-include django/conf/locale * |
|---|
| 5 |
recursive-include django/contrib/admin/templates |
|---|
| 6 |
recursive-include django/contrib/admin/media |
|---|
| 7 |
recursive-include django/contrib/comments/templates |
|---|
| 8 |
recursive-include django/contrib/sitemaps/templates |
|---|