From 847994139b2411e81a3f9d335173ae91e053e9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 20 Mar 2020 22:25:32 +0100 Subject: [PATCH] pyptoject.toml: Remove the non-working scripts definition. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index addc1f7..8744622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,9 +25,6 @@ aiohttp = "^3.6.2" requests = "^2.23.0" typing = "^3.7.4; python_version < 3.5" -[tool.poetry.scripts] -matrix_decrypt = 'contrib/matrix_decrypt:main' - [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"