From 0a6543a5bea6838d6e4d80eaa83046cc6576b086 Mon Sep 17 00:00:00 2001 From: Jonathan Weth Date: Tue, 22 Jun 2021 13:41:39 +0200 Subject: Fix paths and copyright --- pyproject.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') 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 "] +authors = [ + "Mike Gabriel ", + "Daniel Teichmann ", + "Jonathan Weth " +] 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" -- cgit v1.2.3