Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
cav71 committed Sep 13, 2024
1 parent d528c20 commit be986c9
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 @@ -44,6 +44,10 @@ luxos = "luxos.scripts.luxos:run"
luxos-run = "luxos.scripts.luxos_run:run"
health-checker = "luxos.scripts.health_checker:main"

[tool.setuptools.packages.find]
where = ["src"]
include = ["luxos"]

[tool.setuptools.package-data]
'luxos' = ['*.json', 'py.typed']

Expand Down

0 comments on commit be986c9

Please sign in to comment.