Skip to content

Commit

Permalink
fix: add radon CLI script to pyproject.toml (#250)
Browse files Browse the repository at this point in the history
The pyproject.toml is missing the tool.poetry.scripts section, which
means that builds that rely only on pyproject.toml will not install it.
  • Loading branch information
s-t-e-v-e-n-k authored Oct 6, 2023
1 parent 0cd08f1 commit ce5d2da
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 @@ -26,6 +26,9 @@ argparse = "*"
nbformat = "*"
tox = "^4.4.7"

[tool.poetry.scripts]
radon = "radon:main"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit ce5d2da

Please sign in to comment.