summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2009-10-09[1.0.X] Reset 1.0 branch packaging data post-release.James Bennett
2009-10-09[1.0.X] Correct download URL.James Bennett
2009-10-09[1.0.X] Update setup.py for security release.James Bennett
2009-08-03[1.0.X] Add trove classifiers to 1.0 series setup.py. Not sure why I didn't d...James Bennett
2009-07-31[1.0.X] Remove download_url from setup.py, since that only applies to the spe...James Bennett
2009-07-29[1.0.X] Update packaging information for impending 1.0.3 security/bugfix rele...1.0.3James Bennett
2008-11-19[1.0.X] Remove download URL now that we're post-releaseJames Bennett
2008-11-19Add download_url so easy_install and friends will workJames Bennett
2008-11-15[1.0.X] Now that this branch is 1.0.2 pre-alpha, it shouldn't have a download...James Bennett
2008-11-15New download URLJames Bennett
2008-11-15[1.0.X] Ensure generated package name does not contain spaces; this will make...James Bennett
2008-10-31[1.0.X] Minor correction to setup.pyJames Bennett
2008-10-31Bump version number and set download_url for 1.0.1 betaJames Bennett
2008-10-01Fixed #9260: [1.0.X] Correct version calculation code so setup.py works on 1....Karen Tracey
2008-10-01[1.0.X] Apply fix from [9107]James Bennett
2008-08-12Fixed #3203 (again!) -- Install data files in the right place on MS WindowsMalcolm Tredinnick
2008-07-22Fixed badly worded comment in setup.py osx_install_data(). It's better but st...Adrian Holovaty
2008-07-21Fixed #7414: fixed setup.py on OSX 10.5. Thanks, ajs.Jacob Kaplan-Moss
2008-06-17Updated LICENSE. Announcement forthcomming...Jacob Kaplan-Moss
2008-02-21Changed setup.py to work no matter where it is called from. We were previouslyMalcolm Tredinnick
2007-04-03Negligible formatting changes to some recent commitsAdrian Holovaty
2007-04-03Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick
2007-02-20Fixed #3536 -- Fixed setup.py so that it prints a usage message if youMalcolm Tredinnick
2006-12-30Fixed #3203 -- Fixed setup.py bdist_wininst. Thanks for the patch, ymasudaAdrian Holovaty
2006-12-13Fixed #3117 -- Changed setup.py to get version from django.VERSION dynamicall...Adrian Holovaty
2006-11-27Fixed #2989 -- easy_install now works with Django's setup.py. Thanks for repo...Adrian Holovaty
2006-10-16Changed setup.py to use standard distutils instead of setuptools. This means ...Adrian Holovaty
2006-09-24Fixed #2804 -- Fixed up installation of sitemaps module. Thanks, MaximillianMalcolm Tredinnick
2006-08-05Fixed #61 -- Added admin/auth/user/*.html to setup.pyAdrian Holovaty
2006-07-30Fixed #2451 -- setup.py no longer has to list each language, thanks to patter...Adrian Holovaty
2006-07-21added tamil translation to the setupGeorg Bauer
2006-07-10added arabic to the setupGeorg Bauer
2006-06-02Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95Adrian Holovaty
2006-06-02Fixed #2065 -- Changed setup.py to install django.contrib.comments templates....Adrian Holovaty
2006-05-24added missing languages to setup.pyGeorg Bauer
2006-05-11Fixed #1750 -- Changed setup.py to exclude 'examples.*'Adrian Holovaty
2006-05-03Fixed #1750 -- Changed setup.py to exclude 'examples' directory. Thanks, misc...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-11Cleaned up setup.py in preparation for 0.91 releaseAdrian Holovaty
2005-11-25MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty
2005-11-22Changed package_data formatting in setup.py to match that of new-adminAdrian Holovaty
2005-11-16Updated setup.py to include locales and *.TXT in package_data. Changed versio...Adrian Holovaty
2005-10-20Fixed #653 -- setup.up now accounts for admin file moves. Thanks, korpios@gma...Adrian Holovaty
2005-09-22Fixed #538 -- Added zip_safe=False to setup.py. Thanks, grayrest@gmail.comAdrian Holovaty
2005-09-04Fixed #459 -- setup.py now includes admin_templates/registration. Thanks, igo...Adrian Holovaty
2005-07-18Moved default admin from media to django/conf/admin_media, so Django is able ...Adrian Holovaty
2005-07-17Changed setup.py to include admin_templates. Thanks for the heads-up, Freewhe...Adrian Holovaty
2005-07-15Changed setup.py author and added django-admin to distutils 'scripts'Adrian Holovaty
2005-07-15Moved django.bin.setup to root level and converted it to use setuptools. Stil...Adrian Holovaty