summaryrefslogtreecommitdiff
path: root/MANIFEST.in
AgeCommit message (Collapse)Author
2011-07-01Fixed the manifest template to correctly ship admin's static files.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a ↵Jannis Leidel
subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16Added GIS test fixture directories to the MANIFEST.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-05Add formtools test templates to MANIFEST.Karen Tracey
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15762 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-21Added app translation files to the package manifest template.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-30Fixed #14990 -- Added sitemaps tests templates to manifest template.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-12More cleanups for the manifest file.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-10Fixed #14245 -- Added some files and paths missing from the MANIFEST.in. ↵Russell Keith-Magee
Thanks to pmclanahan for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-27Updated MANIFEST.in to include the GeoDjango test fixture directories.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02Removed directories that no longer exist from the packaging manifest.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30Ensure Django's test suite is included when we build release packages.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-17Added the GEOS and GDAL interface licenses to the manifest template.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-17Fixed #9613 -- Added a bunch of files that were missing when the distributionMalcolm Tredinnick
tarball is created. Thanks, Justin Bronn. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16Added GeoDjango template and test data directories to the manifest template ↵Justin Bronn
so that they are included when building the release tarball with `sdist`. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-17Fixed #8374 -- Add the admindocs/templates/ directory to the source tarballMalcolm Tredinnick
that is built. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-18Fixed #4077 -- Added Databrowse templates to MANIFEST.in. Thanks, Dirk DatzertAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-03Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick
portable fashion. That took a *lot* longer to debug than I thought it would, so let's try not to break it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-12Refs #3338 -- Partially fix rpm packaging problems. There is still one issueMalcolm Tredinnick
remaining with how we construct the version numbers, but this change is useful nonetheless. Patch from Dirk Datzert. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-16Changed setup.py to use standard distutils instead of setuptools. This means ↵Adrian Holovaty
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