summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-10-16 21:50:46 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-10-16 21:50:46 +0000
commit1d424817cb68d501775e71f3c22cab1662a00c24 (patch)
treeb5439c1f61994bf24e19c8d81d5a735fda969bd5 /MANIFEST.in
parent0d240504cafb5e7f8754a799b108901141368a2e (diff)
downloaddjango-1d424817cb68d501775e71f3c22cab1662a00c24.tar.gz
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000000..b5fbb3cb90
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,8 @@
+include AUTHORS
+include INSTALL
+include LICENSE
+recursive-include django/conf/locale *
+recursive-include django/contrib/admin/templates
+recursive-include django/contrib/admin/media
+recursive-include django/contrib/comments/templates
+recursive-include django/contrib/sitemaps/templates