Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump to 1.2 RC 1James Bennett2010-05-061-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13117 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump version info to 1.2 beta.James Bennett2010-02-061-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump version number and add download_url for 1.2 alpha.James Bennett2010-01-061-1/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Add a trove classifier that I missed when I originally ↵James Bennett2009-08-031-0/+1
| | | | | | set these up. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11381 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* And remove the download_url since that only applies to ↵James Bennett2009-07-311-1/+0
| | | | | | the exact rev we packaged as 1.1. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Update packaging info for 1.1 release.James Bennett2009-07-291-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@11364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Update setup.py for RC 1.James Bennett2009-07-221-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@11290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated download_url for eventual 1.1 beta package.Jacob Kaplan-Moss2009-03-241-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@10133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Add trove classifiers to setup.pyJames Bennett2009-02-241-0/+12
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@9896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump version to 1.1 alpha 1 and add download_url for the ↵James Bennett2009-02-241-0/+1
| | | | | | eventual 1.1 alpha 1 packagee git-svn-id: http://code.djangoproject.com/svn/django/trunk@9894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Ensure generated package name does not contain spaces; ↵James Bennett2008-11-151-1/+1
| | | | | | this will make Django easy_installable from the Cheese Shop. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9452 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Change version calculation in setup.py to go with the ↵James Bennett2008-10-011-5/+3
| | | | | | new VERSION tuple git-svn-id: http://code.djangoproject.com/svn/django/trunk@9107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #3203 (again!) -- Install data files in the right ↵Malcolm Tredinnick2008-08-121-0/+6
| | | | | | | | | place on MS Windows systems. Thanks, Karen Tracey and cwt@bashell.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed badly worded comment in setup.py ↵Adrian Holovaty2008-07-221-8/+8
| | | | | | osx_install_data(). It's better but still doesn't do a good job of explaining what the heck is going on git-svn-id: http://code.djangoproject.com/svn/django/trunk@8041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7414: fixed setup.py on OSX 10.5. Thanks, ajs.Jacob Kaplan-Moss2008-07-211-0/+20
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated LICENSE. Announcement forthcomming...Jacob Kaplan-Moss2008-06-171-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@7680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed setup.py to work no matter where it is called ↵Malcolm Tredinnick2008-02-211-7/+4
| | | | | | | | | | 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
* Negligible formatting changes to some recent commitsAdrian Holovaty2007-04-041-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@4917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and ↵Malcolm Tredinnick2007-04-031-11/+26
| | | | | | | | | | 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
* Fixed #3536 -- Fixed setup.py so that it prints a usage ↵Malcolm Tredinnick2007-02-211-1/+1
| | | | | | | | | 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
* Fixed #3203 -- Fixed setup.py bdist_wininst. Thanks for ↵Adrian Holovaty2006-12-301-1/+8
| | | | | | the patch, ymasuda git-svn-id: http://code.djangoproject.com/svn/django/trunk@4264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #3117 -- Changed setup.py to get version from ↵Adrian Holovaty2006-12-131-1/+4
| | | | | | django.VERSION dynamically. Thanks for the patch, ymasuda git-svn-id: http://code.djangoproject.com/svn/django/trunk@4195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2989 -- easy_install now works with Django's ↵Adrian Holovaty2006-11-271-3/+7
| | | | | | setup.py. Thanks for reporting, __doc__ git-svn-id: http://code.djangoproject.com/svn/django/trunk@4114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed setup.py to use standard distutils instead of ↵Adrian Holovaty2006-10-161-22/+23
| | | | | | 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
* Fixed #2804 -- Fixed up installation of sitemaps module. ↵Malcolm Tredinnick2006-09-241-0/+1
| | | | | | | | | Thanks, Maximillian Dornseif. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #61 -- Added admin/auth/user/*.html to setup.pyAdrian Holovaty2006-08-051-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@3524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2451 -- setup.py no longer has to list each ↵Adrian Holovaty2006-07-301-31/+1
| | | | | | 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
* added tamil translation to the setupGeorg Bauer2006-07-211-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@3408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* added arabic to the setupGeorg Bauer2006-07-101-1/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@3311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95Adrian Holovaty2006-06-021-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@3060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2065 -- Changed setup.py to install ↵Adrian Holovaty2006-06-021-0/+1
| | | | | | django.contrib.comments templates. Thanks, Fawad Halim git-svn-id: http://code.djangoproject.com/svn/django/trunk@3053 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* added missing languages to setup.pyGeorg Bauer2006-05-241-0/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1750 -- Changed setup.py to exclude 'examples.*'Adrian Holovaty2006-05-111-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1750 -- Changed setup.py to exclude 'examples' ↵Adrian Holovaty2006-05-031-1/+1
| | | | | | directory. Thanks, misc@mandriva.org git-svn-id: http://code.djangoproject.com/svn/django/trunk@2821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is ↵Adrian Holovaty2006-05-021-0/+5
| | | | | | 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
* Cleaned up setup.py in preparation for 0.91 releaseAdrian Holovaty2006-01-111-2/+5
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1907 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* MERGED NEW-ADMIN BRANCH (except for po/mo files, which ↵Adrian Holovaty2005-11-251-0/+1
| | | | | | will come in a separate commit) git-svn-id: http://code.djangoproject.com/svn/django/trunk@1434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed package_data formatting in setup.py to match ↵Adrian Holovaty2005-11-221-5/+8
| | | | | | that of new-admin git-svn-id: http://code.djangoproject.com/svn/django/trunk@1348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated setup.py to include locales and *.TXT in ↵Adrian Holovaty2005-11-161-2/+22
| | | | | | package_data. Changed version to 0.90. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #653 -- setup.up now accounts for admin file ↵Adrian Holovaty2005-10-201-5/+5
| | | | | | moves. Thanks, korpios@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@972 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #538 -- Added zip_safe=False to setup.py. Thanks, ↵Adrian Holovaty2005-09-221-0/+1
| | | | | | grayrest@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #459 -- setup.py now includes ↵Adrian Holovaty2005-09-041-0/+1
| | | | | | admin_templates/registration. Thanks, igor@jahber.org git-svn-id: http://code.djangoproject.com/svn/django/trunk@619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Moved default admin from media to ↵Adrian Holovaty2005-07-191-1/+4
| | | | | | 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
* Changed setup.py to include admin_templates. Thanks for ↵Adrian Holovaty2005-07-171-0/+3
| | | | | | the heads-up, Freewheel and Nicholas Riley! git-svn-id: http://code.djangoproject.com/svn/django/trunk@155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed setup.py author and added django-admin to ↵Adrian Holovaty2005-07-151-1/+2
| | | | | | distutils 'scripts' git-svn-id: http://code.djangoproject.com/svn/django/trunk@68 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Moved django.bin.setup to root level and converted it to ↵Adrian Holovaty2005-07-151-0/+15
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