summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* Bump trunk to 1.4 RC 2.James Bennett2012-03-151-1/+1
* Correct the download URL.James Bennett2012-03-051-1/+1
* Bump for 1.4 RC 1.James Bennett2012-03-051-1/+1
* Fixed #17832 -- Missing negation in a comment. Thanks mk for the report.Aymeric Augustin2012-03-051-1/+1
* Fixed download URL in setup.py.Jannis Leidel2012-02-161-1/+1
* Accommodate new version numbering scheme.James Bennett2012-02-161-1/+1
* Bump version numbers for 1.4 beta 1.James Bennett2012-02-161-2/+2
* Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.Aymeric Augustin2012-01-081-1/+1
* Fixed #17491 -- Honored the version number format expected by distutils. Fixe...Aymeric Augustin2012-01-071-8/+6
* Also we use HTTPS now.James Bennett2011-12-231-1/+1
* Missed one.James Bennett2011-12-231-1/+1
* Bump to 1.4 alpha 1.James Bennett2011-12-231-2/+2
* Changed setup.py classifiers to use a better indentation styleAdrian Holovaty2011-03-281-16/+17
* Removed Python 2.4 classifier from setup.pyAdrian Holovaty2011-03-281-1/+0
* Bump everything for 1.3.1.3James Bennett2011-03-231-2/+2
* Added trove classifiers for specific python versions. Thanks to Brett Cannon ...Russell Keith-Magee2011-03-051-0/+4
* Bump trunk to 1.3 release candidate status.James Bennett2011-03-041-1/+1
* Update download_url for beta.James Bennett2010-12-231-1/+1
* Trunk is now 1.3 beta 1.James Bennett2010-12-231-1/+1
* Change development-status classifier in setup.py since this is an alpha.James Bennett2010-11-111-1/+1
* Bump version number and download URL for 1.3 alpha 1.James Bennett2010-11-111-1/+1
* Bump to 1.2.1.1.2.1James Bennett2010-05-241-1/+1
* Flip PyPI classifier from beta to stable.James Bennett2010-05-171-1/+1
* Bump version and download info to 1.2.1.2James Bennett2010-05-171-1/+1
* Bump to 1.2 RC 1James Bennett2010-05-061-1/+1
* Bump version info to 1.2 beta.James Bennett2010-02-061-2/+2
* Bump version number and add download_url for 1.2 alpha.James Bennett2010-01-061-1/+2
* Add a trove classifier that I missed when I originally set these up.James Bennett2009-08-031-0/+1
* And remove the download_url since that only applies to the exact rev we packa...James Bennett2009-07-311-1/+0
* Update packaging info for 1.1 release.1.1James Bennett2009-07-291-2/+2
* Update setup.py for RC 1.James Bennett2009-07-221-2/+2
* Updated download_url for eventual 1.1 beta package.Jacob Kaplan-Moss2009-03-241-1/+1
* Add trove classifiers to setup.pyJames Bennett2009-02-241-0/+12
* Bump version to 1.1 alpha 1 and add download_url for the eventual 1.1 alpha 1...James Bennett2009-02-241-0/+1
* Ensure generated package name does not contain spaces; this will make Django ...James Bennett2008-11-151-1/+1
* Change version calculation in setup.py to go with the new VERSION tupleJames Bennett2008-10-011-5/+3
* Fixed #3203 (again!) -- Install data files in the right place on MS WindowsMalcolm Tredinnick2008-08-121-0/+6
* Fixed badly worded comment in setup.py osx_install_data(). It's better but st...Adrian Holovaty2008-07-221-8/+8
* Fixed #7414: fixed setup.py on OSX 10.5. Thanks, ajs.Jacob Kaplan-Moss2008-07-211-0/+20
* Updated LICENSE. Announcement forthcomming...Jacob Kaplan-Moss2008-06-171-2/+2
* Changed setup.py to work no matter where it is called from. We were previouslyMalcolm Tredinnick2008-02-211-7/+4
* Negligible formatting changes to some recent commitsAdrian Holovaty2007-04-031-1/+1
* Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick2007-04-031-11/+26
* Fixed #3536 -- Fixed setup.py so that it prints a usage message if youMalcolm Tredinnick2007-02-201-1/+1
* Fixed #3203 -- Fixed setup.py bdist_wininst. Thanks for the patch, ymasudaAdrian Holovaty2006-12-301-1/+8
* Fixed #3117 -- Changed setup.py to get version from django.VERSION dynamicall...Adrian Holovaty2006-12-131-1/+4
* Fixed #2989 -- easy_install now works with Django's setup.py. Thanks for repo...Adrian Holovaty2006-11-271-3/+7
* Changed setup.py to use standard distutils instead of setuptools. This means ...Adrian Holovaty2006-10-161-22/+23
* Fixed #2804 -- Fixed up installation of sitemaps module. Thanks, MaximillianMalcolm Tredinnick2006-09-241-0/+1
* Fixed #61 -- Added admin/auth/user/*.html to setup.pyAdrian Holovaty2006-08-051-0/+1