Skip to content

Commit

Permalink
Typo in packages for frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusCZ committed Dec 18, 2023
1 parent dd6a45f commit f218f3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description = "A network based light effect controller"
authors = ["Your Name <you@example.com>"]
license = "MIT License"
readme = "README.md"
packages = [
{include = "ledfx"},
{include = "ledfx_frontend"},
]

[tool.poetry.scripts]
ledfx = 'ledfx.__main__:main'
Expand Down

0 comments on commit f218f3b

Please sign in to comment.