summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Merge default?ric Araujo2012-05-211-6/+20
|\
| * Post-release version bump (this time in the code too)?ric Araujo2012-03-171-1/+1
| |
| * Release 1.0a4 \o/1.0a4?ric Araujo2012-03-131-3/+16
| |
| * Remove out-of-date documentation.?ric Araujo2012-03-131-3/+0
| | | | | | | | | | | | | | | | | | | | | | Tarek and I agreed that maintaining doc in two places was wasteful, so I?m going to point people to the packaging docs in Python 3.3. Most of them apply as is to distutils2, except for the module name and a few other things that I?ll fix later (like the logger name or the HTTP user agent string). I will put up a simple page with links on packages.python.org to replace the old doc.
| * Add missing CHANGES entries and remove more 2.4 support code?ric Araujo2012-03-131-0/+5
|/
* Update short description of Distutils2?ric Araujo2011-10-191-1/+1
|
* Refactor support code for compiling xxmodule.c.?ric Araujo2011-09-191-0/+3
| | | | | | | | | | | | | | | | This file is needed in other tests, so it?s better to have the support code in tests.support. It?s also simpler to just have a skip instead of custom print/return/test suite fiddling. Unfortunately, the xxmodule.c file (resurrected from the repo, and also identical to the version in Python 2.7) cannot be compiled by Python 2.4 and 2.5 on my computer, so the test is skipped. The code to fix up build_ext for Unix shared builds and Windows debug builds was also moved to support for future reuse. Finally, I fixed code using sysconfig._CONFIG_VARS directly so that it calls get_config_var first, so that _CONFIG_VARS is a dict instead of None.
* Update some setup.cfg fields.?ric Araujo2011-09-151-3/+5
| | | | | | - PSF license ? Python license - Tarek is not the sole author, let?s direct people to the fellowship ML (the same author is used for the documentation)
* Minor: reorganize sections and fields in setup.cfg?ric Araujo2011-09-151-10/+12
|
* Use `setup.cfg` as the canonical source for installationJeremy Kloth2011-09-121-2/+33
|
* [mq]: commandlineTarek Ziade2011-02-201-0/+6
|
* cleaned up setup.py and added a Makefile for the release1.0a2Tarek Ziade2010-09-191-0/+3
|
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+3