From e2656ebe8f36dcd213c2412d80f913172664e8d1 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 24 Jul 2026 13:32:36 +0200 Subject: Prepare Parley 1.0.0 release --- pyproject.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') 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" -- cgit v1.3.1