Skip to content

Commit

Permalink
fix cli path
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvaladi committed May 2, 2024
1 parent 88c0d30 commit 27b940e
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 @@ -52,7 +52,7 @@ documentation = 'https://fedn.readthedocs.io/en/stable/'
repository = 'https://github.com/scaleoutsystems/fedn'

[project.scripts]
fedn = "fedn.cli.main:main"
fedn = "cli.main:main"

[tool.setuptools]
include-package-data = true
Expand Down

0 comments on commit 27b940e

Please sign in to comment.