[build-system] requires = ["setuptools>=77"] build-backend = "setuptools.build_meta" [project] name = "parley" version = "1.1.0" description = "Private dictation for modern Linux" readme = "README.md" requires-python = ">=3.14" license = "GPL-3.0-or-later" license-files = ["LICENSE"] authors = [{ name = "Yuval Adam", email = "hello@yuv.al" }] [project.urls] Homepage = "https://github.com/yuvadm/parley" Repository = "https://github.com/yuvadm/parley.git" Issues = "https://github.com/yuvadm/parley/issues" [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 = ["."] include = ["parley*"] [tool.pytest.ini_options] testpaths = ["tests"]