diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 11 |
1 files changed, 8 insertions, 3 deletions
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"] |
