Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support namespace packages in conjunction with system packagers, by omitting | PJ Eby | 2006-03-17 | 1 | -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``. | ||||
* | Ensure installed stubs get compiled, even if there are no "pure" modules | PJ Eby | 2006-01-13 | 1 | -0/+9 |
| | | | | present. Also, don't bother compiling the stub prior to installation. | ||||
* | remove trailing blank line | Fred Drake | 2004-04-05 | 1 | -1/+0 |
| | |||||
* | Initial checkin of setuptools 0.0.1. | PJ Eby | 2004-03-19 | 1 | -0/+17 |