Fixed the build backend to the right one.

This commit is contained in:
KOLANICH 2022-06-27 19:40:48 +03:00
parent aa94cf5b11
commit 2315cfa439
1 changed files with 2 additions and 3 deletions

View File

@ -39,7 +39,6 @@ nltk = "^3.5"
[tool.poetry.scripts]
ciphey = 'ciphey.ciphey:main'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"