diff --git a/poetry.lock b/poetry.lock index b08e8ec..8d003fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -103,7 +103,7 @@ description = "Python 2 and 3 compatibility utilities" name = "six" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" -version = "1.14.0" +version = "1.15.0" [[package]] category = "main" @@ -236,8 +236,8 @@ pyhamcrest = [ {file = "RPi.GPIO-0.7.0.tar.gz", hash = "sha256:7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f"}, ] six = [ - {file = "six-1.14.0-py2.py3-none-any.whl", hash = "sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c"}, - {file = "six-1.14.0.tar.gz", hash = "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a"}, + {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, + {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"}, ] spidev = [ {file = "spidev-3.4.tar.gz", hash = "sha256:4314e52f573d95233c907f307558893313a8a606e197e77bb711526b0e179e80"}, diff --git a/pyproject.toml b/pyproject.toml index 76232ec..ef4e29b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]