Skip to content

Commit

Permalink
feat(app): Make ancv available as an installable script
Browse files Browse the repository at this point in the history
`pip install ancv` will also make `ancv` available as a command,
if Python scripts of the Python interpreter used to run `pip` are on the `PATH`
  • Loading branch information
alexpovel committed Aug 14, 2022
1 parent a57e8d1 commit cabd4ec
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 @@ -63,6 +63,9 @@ pytest-aiohttp = "^1.0.4"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
ancv = "ancv.__main__:app"

[tool.coverage.run]
branch = true

Expand Down

0 comments on commit cabd4ec

Please sign in to comment.