add Pedro to the authors
parent
309c8ae3a2
commit
68f9d0b9da
|
@ -2,7 +2,10 @@
|
||||||
name = "munyal"
|
name = "munyal"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Client of Munyal - A selfhosted cloud storage"
|
description = "Client of Munyal - A selfhosted cloud storage"
|
||||||
authors = ["kirbylife <kirbylife@protonmail.com>"]
|
authors = [
|
||||||
|
"kirbylife <kirbylife@protonmail.com>",
|
||||||
|
"Pedro Luis López Gaitán <lopezgaytanpedroluis@gmail.com>"
|
||||||
|
]
|
||||||
license = "GPL v2.0"
|
license = "GPL v2.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
@ -11,9 +14,11 @@ websocket_client = "^0.57.0"
|
||||||
tcping = "^0.1.1-rc.1"
|
tcping = "^0.1.1-rc.1"
|
||||||
requests = "^2.25.1"
|
requests = "^2.25.1"
|
||||||
pystray = "^0.17.2"
|
pystray = "^0.17.2"
|
||||||
|
PyGObject = "^3.38.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
Nuitka = "^0.6.10"
|
Nuitka = "^0.6.10"
|
||||||
|
ipython = "^7.19.0"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
client = "munyal:run_client"
|
client = "munyal:run_client"
|
||||||
|
|
Loading…
Reference in New Issue