summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-07-24 13:34:26 +0200
committerYuval Adam <_@yuv.al>2026-07-24 13:34:26 +0200
commit11c0955bc3a261cabd8a5276a62120a03e11336b (patch)
treeed67f59fbd61239fa259c502436a6258cee2f56b /pyproject.toml
parente2656ebe8f36dcd213c2412d80f913172664e8d1 (diff)
Simplify release metadata
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 93adade..9e09947 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=77"]
build-backend = "setuptools.build_meta"
[project]
-name = "parley-dictation"
+name = "parley"
version = "1.0.0"
description = "Local-first dictation for GNOME"
readme = "README.md"
@@ -31,8 +31,3 @@ include = ["parley*"]
[tool.pytest.ini_options]
testpaths = ["tests"]
-
-[tool.ruff.lint.per-file-ignores]
-"parley/ctl.py" = ["E402"]
-"parley/daemon.py" = ["E402"]
-"parley/ibus_engine.py" = ["E402"]