On setuptools subpackages

Category: python
#python #setuptools

Today, I spent more than two hours trying to figure out why, despite things working out fine in my development scikits.learn folder, python setup.py install would completely ignore the module I refactored into a subpackage.

I imagined that simply adding it to the parent __init__.py __all__ attribute …