cfpb / clouseau

⚠️ THIS PROJECT IS DEPRECATED ⚠️ Search your repository's git history for undesirable text patterns such as passwords, ssh keys and other personal identifiable information
Creative Commons Zero v1.0 Universal
97 stars 26 forks source link

Include subdirectories in pip install #28

Closed m3brown closed 9 years ago

m3brown commented 9 years ago

When installing clouseau via pip, I was getting the following error:

from clouseau.clients import *
ImportError: No module named clients

The error was due to the pip install not creating the subdirectories in the clouseau/ directory. Adding package_data to setup.py includes the files in those subdirectories.

marcesher commented 9 years ago

that's interesting, Mike. I wonder why I hadn't seen that. I also wonder if others experienced this behavior.