We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you install the library via pip it's missing many of the library code files.
I think we need to include more entries in the list in setup.py like this:
packages=[ "adafruit_displayio_layout", "adafruit_displayio_layout.layouts", "adafruit_displayio_layout.widgets", ],
I tested this approach locally by using pip install . and it does seem to allow the library to install correctly.
pip install .
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When you install the library via pip it's missing many of the library code files.
I think we need to include more entries in the list in setup.py like this:
I tested this approach locally by using
pip install .
and it does seem to allow the library to install correctly.The text was updated successfully, but these errors were encountered: