From e895e6851d8b61cf0a3b1d3a62b9372209ec18af Mon Sep 17 00:00:00 2001
From: atoav <dh@atoav.com>
Date: Tue, 28 Apr 2020 09:11:43 +0200
Subject: [PATCH] Remove superfluous line in tool.poetry.scripts

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 90de1d5..3c6fbe1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ appdirs = "^1.4.3"
 pytest = "^5.2"
 
 [tool.poetry.scripts]
-bbbmon = { path = "bbbmon.py" }
+# bbbmon = { path = "bbbmon.py" }
 run = "bbbmon.bbbmon:main"
 
 [build-system]
-- 
GitLab