Skip to content

pip install is missing files #14

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

Closed
FoamyGuy opened this issue Mar 14, 2021 · 0 comments · Fixed by #20
Closed

pip install is missing files #14

FoamyGuy opened this issue Mar 14, 2021 · 0 comments · Fixed by #20

Comments

@FoamyGuy
Copy link
Contributor

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.

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

Successfully merging a pull request may close this issue.

1 participant