Skip to content

Commit

Permalink
Merge pull request #133 from makermelissa/main
Browse files Browse the repository at this point in the history
Add missing epaperdisplay package
  • Loading branch information
makermelissa committed Mar 25, 2024
2 parents c599540 + 47fe1c0 commit 1920d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dynamic = ["dependencies"]

[tool.setuptools]
py-modules = ["fontio", "terminalio"]
packages = ["displayio", "vectorio", "paralleldisplaybus", "i2cdisplaybus", "fourwire", "busdisplay"]
packages = ["displayio", "vectorio", "paralleldisplaybus", "i2cdisplaybus", "fourwire", "busdisplay", "epaperdisplay"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"i2cdisplaybus",
"fourwire",
"busdisplay",
"epaperdisplay",
],
)

0 comments on commit 1920d44

Please sign in to comment.