From 68f9d0b9da6da2a0da82e3d4b86dc7993fee2d52 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Mon, 21 Dec 2020 12:36:47 -0600 Subject: [PATCH] add Pedro to the authors --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e4b888..dd838fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,10 @@ name = "munyal" version = "0.1.0" description = "Client of Munyal - A selfhosted cloud storage" -authors = ["kirbylife "] +authors = [ + "kirbylife ", + "Pedro Luis López Gaitán " + ] license = "GPL v2.0" [tool.poetry.dependencies] @@ -11,9 +14,11 @@ websocket_client = "^0.57.0" tcping = "^0.1.1-rc.1" requests = "^2.25.1" pystray = "^0.17.2" +PyGObject = "^3.38.0" [tool.poetry.dev-dependencies] Nuitka = "^0.6.10" +ipython = "^7.19.0" [tool.poetry.scripts] client = "munyal:run_client"