[build-system] requires = ["setuptools>=77"] build-backend = "setuptools.build_meta" [project] name = "parley-dictation" version = "0.1.0.dev0" description = "Local-first dictation for GNOME" readme = "README.md" 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"] [tool.pytest.ini_options] testpaths = ["tests"]