summaryrefslogtreecommitdiff
path: root/setuptools/command/easy_install.py
Commit message (Expand)AuthorAgeFilesLines
...
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-31/+31
* The ``path`` attribute of ``Distribution`` objects is now ``location``,PJ Eby2005-07-171-17/+17
* ``Distribution`` objects now implement the ``IResourceProvider`` andPJ Eby2005-07-171-6/+6
* Renamings for consistent terminology; distributions and requirements nowPJ Eby2005-07-171-6/+6
* Added ``--site-dirs`` option to allow adding custom "site" directories.PJ Eby2005-07-161-28/+110
* Update zip-safety scanner to check for modules that might be used asPJ Eby2005-07-121-7/+7
* Enhanced "zip safety" analysis (including scan of win32.exe's) and havePJ Eby2005-07-111-29/+29
* Implement ``namespace_packages`` keyword to ``setup()``. Added keywordPJ Eby2005-07-101-2/+2
* EasyInstall now builds eggs in a temporary directory alongside the setupPJ Eby2005-07-101-34/+34
* Allow EasyInstall to accept a directory containing a setup script as onePJ Eby2005-07-101-3/+3
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-27/+191
* Beefed up the "sdist" command so that if you don't have a MANIFEST.in, itPJ Eby2005-07-071-1/+1
* Added ``develop`` command to ``setuptools``-based packages. This commandPJ Eby2005-07-061-44/+85
* Made ``easy_install`` a standard ``setuptools`` command, moving it fromPJ Eby2005-07-061-0/+820