Skip to content

Commit

Permalink
ci: fix multiple top-level packages discovered error
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann committed Jun 14, 2024
1 parent da044f6 commit 40191fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ authors = [
[project.scripts]
mqtt-exporter = "mqtt_exporter.main:main"

[tool.setuptools]
py-modules = ["mqtt_exporter"]

[tool.black]
line-length = 100
exclude = "venv/"
Expand Down

0 comments on commit 40191fa

Please sign in to comment.