Commit Graph

30 Commits

Author SHA1 Message Date
Malcolm Tredinnick dd2afd7105 Changed setup.py to work no matter where it is called from. We were previously
using __file__, which isn't consistent on Windows. Some awesome debugging (and
patch) here from Karen Tracey. Fixed #6562.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-21 20:50:07 +00:00
Adrian Holovaty f791a598a8 Negligible formatting changes to some recent commits
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-03 22:33:28 +00:00
Malcolm Tredinnick b9d077c10d Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in a
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-04-03 12:28:19 +00:00
Malcolm Tredinnick 97256bc39c Fixed #3536 -- Fixed setup.py so that it prints a usage message if you
accidently invoke it without any arguments.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4550 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-20 23:38:06 +00:00
Adrian Holovaty 911f0cdf18 Fixed #3203 -- Fixed setup.py bdist_wininst. Thanks for the patch, ymasuda
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-30 06:17:21 +00:00
Adrian Holovaty 49f6d06c2f Fixed #3117 -- Changed setup.py to get version from django.VERSION dynamically. Thanks for the patch, ymasuda
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-13 06:07:15 +00:00
Adrian Holovaty a08ed9d165 Fixed #2989 -- easy_install now works with Django's setup.py. Thanks for reporting, __doc__
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-27 01:12:55 +00:00
Adrian Holovaty 1d424817cb 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
2006-10-16 21:50:46 +00:00
Malcolm Tredinnick e2664759e6 Fixed #2804 -- Fixed up installation of sitemaps module. Thanks, Maximillian
Dornseif.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-24 12:22:59 +00:00
Adrian Holovaty 9fd211d073 Fixed #61 -- Added admin/auth/user/*.html to setup.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-05 01:45:26 +00:00
Adrian Holovaty c4652993a2 Fixed #2451 -- setup.py no longer has to list each language, thanks to pattern-matching. Thanks, dummy@habmalnefrage.de
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3497 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-30 17:41:55 +00:00
Georg Bauer a93855c5bd added tamil translation to the setup
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-21 14:48:31 +00:00
Georg Bauer 4295dd9195 added arabic to the setup
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-10 14:14:32 +00:00
Adrian Holovaty 5f2b40d4c9 Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-02 04:57:44 +00:00
Adrian Holovaty fe4139de31 Fixed #2065 -- Changed setup.py to install django.contrib.comments templates. Thanks, Fawad Halim
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3053 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-02 03:56:51 +00:00
Georg Bauer 9c9a2d8b09 added missing languages to setup.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-24 14:30:08 +00:00
Adrian Holovaty 83a99bc28b Fixed #1750 -- Changed setup.py to exclude 'examples.*'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-11 14:41:43 +00:00
Adrian Holovaty bc038daf14 Fixed #1750 -- Changed setup.py to exclude 'examples' directory. Thanks, misc@mandriva.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-03 13:35:02 +00:00
Adrian Holovaty f69cf70ed8 MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02 01:31:56 +00:00
Adrian Holovaty 961b6bdfaa Cleaned up setup.py in preparation for 0.91 release
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1907 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 05:55:00 +00:00
Adrian Holovaty 9dda4abee1 MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separate commit)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-25 21:20:09 +00:00
Adrian Holovaty 1ba8bd114a Changed package_data formatting in setup.py to match that of new-admin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-22 05:19:11 +00:00
Adrian Holovaty b2424a391a Updated setup.py to include locales and *.TXT in package_data. Changed version to 0.90.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16 02:57:38 +00:00
Adrian Holovaty e4c844ffa0 Fixed #653 -- setup.up now accounts for admin file moves. Thanks, korpios@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@972 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 05:35:33 +00:00
Adrian Holovaty f5a78ae009 Fixed #538 -- Added zip_safe=False to setup.py. Thanks, grayrest@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-22 13:53:52 +00:00
Adrian Holovaty 1a010f8b29 Fixed #459 -- setup.py now includes admin_templates/registration. Thanks, igor@jahber.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-04 18:19:27 +00:00
Adrian Holovaty a7506973af Moved default admin from media to django/conf/admin_media, so Django is able to introspect their location, in preparation for #76
git-svn-id: http://code.djangoproject.com/svn/django/trunk@185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 22:35:04 +00:00
Adrian Holovaty 729fc547ef Changed setup.py to include admin_templates. Thanks for the heads-up, Freewheel and Nicholas Riley!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 17:05:01 +00:00
Adrian Holovaty 41c99f35db Changed setup.py author and added django-admin to distutils 'scripts'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@68 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 20:46:05 +00:00
Adrian Holovaty 775f433988 Moved django.bin.setup to root level and converted it to use setuptools. Still not ready for prime time, though
git-svn-id: http://code.djangoproject.com/svn/django/trunk@65 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 19:49:10 +00:00