Skip to content

Commit

Permalink
Add dev to package install
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed May 31, 2024
1 parent b38be32 commit 17ac467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
readme = { file = "README.rst", content-type = "text/x-rst" }

[tool.setuptools]
packages = ["telemetry", "telemetry.gparser", "telemetry.prod", "telemetry.report"]
packages = ["telemetry", "telemetry.gparser", "telemetry.prod", "telemetry.report", "telemetry.dev"]

[project.scripts]
telemetry = "telemetry.cli:cli"
Expand Down

0 comments on commit 17ac467

Please sign in to comment.