aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2021-06-22 13:41:39 +0200
committerJonathan Weth <git@jonathanweth.de>2021-06-22 13:41:39 +0200
commit0a6543a5bea6838d6e4d80eaa83046cc6576b086 (patch)
treebfadf71bd069399a786d4ce761db665877983b16 /pyproject.toml
parentf9fb0c0524873ee8505ae165e08a2ebdfe55efc2 (diff)
downloadRWA.Support.SessionService-0a6543a5bea6838d6e4d80eaa83046cc6576b086.tar.gz
RWA.Support.SessionService-0a6543a5bea6838d6e4d80eaa83046cc6576b086.tar.bz2
RWA.Support.SessionService-0a6543a5bea6838d6e4d80eaa83046cc6576b086.zip
Fix paths and copyright
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1345e96..19c48e6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,12 +1,16 @@
[tool.poetry]
-name = "rwa-dbus"
+name = "RWA.Support.SessionService"
version = "0.1.0"
description = "D-Bus service for RWA"
-authors = ["Jonathan Weth <git@jonathanweth.de>"]
+authors = [
+ "Mike Gabriel <mike.gabriel@das-netzwerkteam.de>",
+ "Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>",
+ "Jonathan Weth <dev@jonathanweth.de>"
+]
license = "GPL-2.0-or-later"
[tool.poetry.dependencies]
-python = "^3.6"
+python = "^3.7"
dbus-python = "^1.2.16"
PyGObject = "^3.36.1"
port_for = "^0.4"