Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cav71 committed Sep 13, 2024
1 parent 0843610 commit 878c75b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ luxos-run = "luxos.scripts.luxos_run:run"
health-checker = "luxos.scripts.health_checker:main"

[tool.setuptools.packages.find]
namespace = true
where = ["src"]
namespaces = true

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

0 comments on commit 878c75b

Please sign in to comment.