Skip to content

Commit

Permalink
Add console script for oonidata
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Nov 11, 2022
1 parent 8c07302 commit 1ff3ce4
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 @@ -29,6 +29,9 @@ snakeviz = ">=2.1.1"
mypy = ">=0.961"
pytest-benchmark = "^4.0.0"

[tool.poetry.scripts]
oonidata = 'oonidata.cli:cli'

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

0 comments on commit 1ff3ce4

Please sign in to comment.