summaryrefslogtreecommitdiff
path: root/setuptools/dist.py
Commit message (Expand)AuthorAgeFilesLines
* Beefed up the "sdist" command so that if you don't have a MANIFEST.in, itPJ Eby2005-07-071-2/+2
* Made ``easy_install`` a standard ``setuptools`` command, moving it fromPJ Eby2005-07-061-1/+1
* Fix a problem using bdist_egg with non-setuptools distributions.PJ Eby2005-07-041-1/+1
* EasyInstall/setuptools 0.5a4: significant new features, including automaticPJ Eby2005-06-271-55/+96
* Add bootstrap installation support that "hitches a ride" on other packagesPJ Eby2005-06-151-12/+12
* Restructure easy_install as a distutils "Command" object, so that it canPJ Eby2005-06-121-2/+81
* fix to make things continue to work when we're *not* running underFred Drake2004-06-151-2/+4
* Deal with the distutils on the head; package_data may already be supported.Fred Drake2004-06-141-3/+4
* Compute command line that should be passed to child setup scripts.PJ Eby2004-03-221-0/+41
* Flesh out 'depends' command to display dependencies' status, and halt ifPJ Eby2004-03-201-9/+7
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+453