simplified invoke install/uninstall task, since daemon no longer formally installs

This commit is contained in:
Blake Harnden 2020-07-14 13:42:59 -07:00
parent 80194b3e38
commit be2f7e1cae
2 changed files with 3 additions and 14 deletions

View file

@ -43,7 +43,6 @@ line_length = 88
line_length = 88
exclude = ".+_pb2.*.py|doc/|build/|__pycache__/"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"