diff options
author | PJ Eby <distutils-sig@python.org> | 2005-08-14 21:01:33 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-08-14 21:01:33 +0000 |
commit | af4cec2574e4e934e440116be8ff39a5b3d84139 (patch) | |
tree | 0ab25b8ef9e2653be1493623df40499138a9c48b /setuptools/command/build_py.py | |
parent | 98ab5c9053b781fccb6b5d69bb1fe88580d4941a (diff) | |
download | external_python_setuptools-af4cec2574e4e934e440116be8ff39a5b3d84139.tar.gz external_python_setuptools-af4cec2574e4e934e440116be8ff39a5b3d84139.tar.bz2 external_python_setuptools-af4cec2574e4e934e440116be8ff39a5b3d84139.zip |
Add experimental support for merging non-empty namespace packages. This
lets you have one distribution containing a non-empty __init__.py for the
package, as long as you call 'declare_namespace()' from that __init__.py
and all other __init__.py files for the namespace package, and do *not*
declare it as a namespace package in setup() (so that it won't be
automatically imported if it's on sys.path, the way empty namespace
packages are.)
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041202
Diffstat (limited to 'setuptools/command/build_py.py')
0 files changed, 0 insertions, 0 deletions