diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index baec27e..93adade 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,18 @@ build-backend = "setuptools.build_meta" [project] name = "parley-dictation" -version = "0.1.0.dev0" +version = "1.0.0" description = "Local-first dictation for GNOME" readme = "README.md" requires-python = ">=3.14" license = "GPL-3.0-or-later" -authors = [{ name = "Parley contributors" }] +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" |
