Skip to content

Commit

Permalink
Corrects papertty script setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-nolan committed Aug 11, 2020
1 parent 2843ad9 commit d53e378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -16,7 +16,7 @@ spidev = "^3.4"
vncdotool = "^1.0.0"

[tool.poetry.scripts]
papertty = "papertty.cli:cli"
papertty = "papertty:papertty.cli"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit d53e378

Please sign in to comment.