Fix path to match package name

This commit is contained in:
Luke Murphy 2020-08-13 20:51:43 +02:00
parent 99dd1f4cd7
commit c04b1d8e03
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ multi_line_output = 3
skip = ".tox"
[tool.poetry.scripts]
hrpc = "hrpc.cli:main"
protoc-gen-hrpc = "hrpc.plugin:main"
hrpc = "hyper_rpc.cli:main"
protoc-gen-hrpc = "hyper_rpc.plugin:main"
[tool.tox]
legacy_tox_ini = """