summaryrefslogtreecommitdiffstats
path: root/Doc/packaging/setupscript.rst
Commit message (Collapse)AuthorAgeFilesLines
* Document that packaging doesn’t create __init__.py files (#3902).Éric Araujo2011-10-211-0/+4
| | | | | | | | | | | The bug reported expected distutils to create an __init__.py file for a project using only C extension modules. IMO, how Python imports packages and submodules is well documented, and it’s never suggested that distutils might create an __init__.py file, so I’m adding this clarification to the packaging docs but won’t backport unless other people tell me they shared the same wrong expectation. Thanks to Mike Hoy for his help with the patch.
* Fix English in packaging, too.R David Murray2011-07-181-1/+1
|
* Kill trailing whitespaceÉric Araujo2011-06-011-1/+1
|
* Add documentation for the packaging module.Éric Araujo2011-06-011-0/+689
This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update.