Skip to content

Commit

Permalink
restructure package
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhac committed Jul 24, 2024
1 parent 9476e58 commit dcc0099
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setup:
pre-commit install

test:
poetry run pytest --cov
poetry run pytest --cov test
poetry run coverage html

docs:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ description = "Don't let notebook cells run out of order"
authors = ["Chris Hacker <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{ include = "enforce_notebook_run_order" }]

[tool.poetry.scripts]
enforce-notebook-run-order = "enforce_notebook_run_order.cli:cli"
nbcheck = "enforce_notebook_run_order.cli:cli"

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit dcc0099

Please sign in to comment.