aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/install_lib.py
Commit message (Collapse)AuthorAgeFilesLines
* Reindent and remove excess whitespaceJason R. Coombs2014-03-131-10/+3
|
* Do not override _bytecode_filenamesWilliam Grzybowski2013-12-161-12/+0
| | | | | | | | The overridden version cannot handle Python 3.x while distutils verion can handle it just fine. --HG-- extra : rebase_source : 86fa56285849e97780e91eff405881bfb72184d5
* Support namespace packages in conjunction with system packagers, by omittingPJ Eby2006-03-171-2/+59
| | | | | | | | | the installation of any ``__init__.py`` files for namespace packages, and adding a special ``.pth`` file to create a working package in ``sys.modules``. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043119
* Ensure installed stubs get compiled, even if there are no "pure" modulesPJ Eby2006-01-131-0/+9
| | | | | | | | present. Also, don't bother compiling the stub prior to installation. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042037
* remove trailing blank lineFred Drake2004-04-051-1/+0
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040894
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+17
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040869