summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Compute command line that should be passed to child setup scripts.pje2004-03-223-23/+146
* Flesh out 'depends' command to display dependencies' status, and halt ifpje2004-03-204-46/+140
* Added 'setuptools_boot' module that can be distributed separately, and willpje2004-03-191-0/+33
* Fix generating bad output files list when data files are installed.pje2004-03-182-0/+19
* Fix setuptools not creating output list correctlypje2004-03-181-1/+1
* Added skeleton 'depends' command, that will check/install dependencies.pje2004-03-107-21/+62
* Misc. cleanups: findPackages -> find_packages, use standard paths, don'tpje2004-03-093-28/+33
* Added basic 'Require()' class that can check whether a requirement ispje2004-03-082-1/+329
* Added 'findPackages()' function to automatically list packages for setup.pje2004-03-071-3/+19
* Added transparent support for Pyrex extensions, automatically replacingpje2004-03-074-3/+38
* Added "features", allowing a distribution to be broken down into piecespje2004-03-075-62/+739
* Added various tests for 'test' command option processing. Fixed missingpje2004-03-063-9/+166
* Make setuptools "self-hosting"; i.e. able to install and test itself.pje2004-03-061-0/+4
* Update PyProtocols to use 'setuptools', and clean up some leftover junk.pje2004-02-291-7/+1
* Initial skeleton of 'setuptools' package, for installing dependencies, etc.pje2004-02-295-0/+187