Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-packages are not installed with setuptools/distutils #52

Open
ghost opened this issue Feb 17, 2016 · 0 comments
Open

Sub-packages are not installed with setuptools/distutils #52

ghost opened this issue Feb 17, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 17, 2016

While working on another project, I noticed that neither distutils nor setuptools automatically install python packages within packages and this also applies to marmoset. So after installing marmoset with the setup.py, the marmoset package is installed but the packages within it are not, e.g.:

root@hpo:/tmp/marmoset# ls /usr/local/lib/python3.4/dist-packages/marmoset-0.5.0-py3.4.egg/marmoset/
app.py  config.py  __init__.py  __pycache__  validation.py

The easiest way to solve this I found is to add the packages within marmoset explicitly to the liste of packages (e.g. ['marmoset', 'marmoset.cli'] etc.) but perhaps there is a more elegant way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants