summaryrefslogtreecommitdiff
path: root/setuptools/dist.py
Commit message (Expand)AuthorAgeFilesLines
* Compute command line that should be passed to child setup scripts.pje2004-03-221-0/+41
* Flesh out 'depends' command to display dependencies' status, and halt ifpje2004-03-201-9/+7
* Fix generating bad output files list when data files are installed.pje2004-03-181-0/+2
* Added skeleton 'depends' command, that will check/install dependencies.pje2004-03-101-5/+5
* Misc. cleanups: findPackages -> find_packages, use standard paths, don'tpje2004-03-091-7/+7
* Added transparent support for Pyrex extensions, automatically replacingpje2004-03-071-2/+2
* Added "features", allowing a distribution to be broken down into piecespje2004-03-071-6/+439
* Added various tests for 'test' command option processing. Fixed missingpje2004-03-061-1/+1
* 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-291-0/+24