summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2012-01-07Fixed #17491 -- Honored the version number format expected by distutils. Fixe...Aymeric Augustin
2011-12-23Also we use HTTPS now.James Bennett
2011-12-23Missed one.James Bennett
2011-12-23Bump to 1.4 alpha 1.James Bennett
2011-03-28Changed setup.py classifiers to use a better indentation styleAdrian Holovaty
2011-03-28Removed Python 2.4 classifier from setup.pyAdrian Holovaty
2011-03-23Bump everything for 1.3.1.3James Bennett
2011-03-05Added trove classifiers for specific python versions. Thanks to Brett Cannon ...Russell Keith-Magee
2011-03-04Bump trunk to 1.3 release candidate status.James Bennett
2010-12-23Update download_url for beta.James Bennett
2010-12-23Trunk is now 1.3 beta 1.James Bennett
2010-11-11Change development-status classifier in setup.py since this is an alpha.James Bennett
2010-11-11Bump version number and download URL for 1.3 alpha 1.James Bennett
2010-05-24Bump to 1.2.1.1.2.1James Bennett
2010-05-17Flip PyPI classifier from beta to stable.James Bennett
2010-05-17Bump version and download info to 1.2.1.2James Bennett
2010-05-06Bump to 1.2 RC 1James Bennett
2010-02-06Bump version info to 1.2 beta.James Bennett
2010-01-06Bump version number and add download_url for 1.2 alpha.James Bennett
2009-08-03Add a trove classifier that I missed when I originally set these up.James Bennett
2009-07-31And remove the download_url since that only applies to the exact rev we packa...James Bennett
2009-07-29Update packaging info for 1.1 release.1.1James Bennett
2009-07-22Update setup.py for RC 1.James Bennett
2009-03-24Updated download_url for eventual 1.1 beta package.Jacob Kaplan-Moss
2009-02-24Add trove classifiers to setup.pyJames Bennett
2009-02-24Bump version to 1.1 alpha 1 and add download_url for the eventual 1.1 alpha 1...James Bennett
2008-11-15Ensure generated package name does not contain spaces; this will make Django ...James Bennett
2008-10-01Change version calculation in setup.py to go with the new VERSION tupleJames 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