summaryrefslogtreecommitdiff
path: root/setuptools/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Added skeleton 'depends' command, that will check/install dependencies.pje2004-03-101-1/+4
* Misc. cleanups: findPackages -> find_packages, use standard paths, don'tpje2004-03-091-13/+18
* Added 'findPackages()' function to automatically list packages for setup.pje2004-03-071-3/+19
* Added transparent support for Pyrex extensions, automatically replacingpje2004-03-071-1/+2
* Added "features", allowing a distribution to be broken down into piecespje2004-03-071-5/+17
* Initial skeleton of 'setuptools' package, for installing dependencies, etc.pje2004-02-291-0/+12