From 7f99c1957f29d57c006a11a02226ecab030a1d4c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 24 Jul 2026 12:24:07 +0200 Subject: Add D-Bus daemon and Arch user service packaging --- pyproject.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 1e2079a..cf91954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=69"] +requires = ["setuptools>=77"] build-backend = "setuptools.build_meta" [project] @@ -7,12 +7,17 @@ name = "parley-dictation" version = "0.1.0.dev0" description = "Local-first dictation for GNOME" readme = "README.md" -requires-python = ">=3.11" -license = { text = "GPL-3.0-or-later" } +requires-python = ">=3.14" +license = "GPL-3.0-or-later" authors = [{ name = "Parley contributors" }] [project.scripts] parley = "parley.cli:main" +parleyd = "parley.daemon:main" +parleyctl = "parley.ctl:main" + +[tool.setuptools.package-data] +"parley.interfaces" = ["*.xml"] [tool.setuptools.packages.find] where = ["src"] -- cgit v1.3.1