python-mle icon indicating copy to clipboard operation
python-mle copied to clipboard

Add subpackages to setup.py

Open KonstantinSchubert opened this issue 9 years ago • 1 comments

When installing via pip, the sub-modules (distributions, ...) are not installed. Some googling tells me that this might be because the sub-packages are not listed in the setup.py:

http://stackoverflow.com/questions/15368054/import-error-on-installed-package-using-setup-py https://docs.python.org/2/distutils/examples.html#pure-python-distribution-by-package

KonstantinSchubert avatar Jan 03 '16 19:01 KonstantinSchubert

So how to install with pip?

lawofearth avatar Feb 04 '18 16:02 lawofearth