summaryrefslogtreecommitdiff
path: root/setuptools/command/install_lib.py
Commit message (Collapse)AuthorAgeFilesLines
* Backport whitespace normalization from 2.5 trunk.phillip.eby2006-04-191-6/+0
| | | | git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@45554 6015fed2-1504-0410-9fe1-9d1591cc4771
* Support namespace packages in conjunction with system packagers, by omittingphillip.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``. git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@43119 6015fed2-1504-0410-9fe1-9d1591cc4771
* Ensure installed stubs get compiled, even if there are no "pure" modules phillip.eby2006-01-131-0/+9
| | | | | | | present. Also, don't bother compiling the stub prior to installation. git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@42037 6015fed2-1504-0410-9fe1-9d1591cc4771
* remove trailing blank linefdrake2004-04-051-1/+0
| | | | git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@40894 6015fed2-1504-0410-9fe1-9d1591cc4771
* Initial checkin of setuptools 0.0.1.pje2004-03-191-0/+17
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@40869 6015fed2-1504-0410-9fe1-9d1591cc4771