From 47c626b42023f4e1106546df8c4c8ebcbcfcacf1 Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Tue, 28 Jan 2025 04:06:00 -0500 Subject: [PATCH] Add more dynamically computed fields. That said, let's use the old file for some of the computed fields for the time being. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c33c97b2..24053005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools >= 61.0"] [project] name = "fenrir-screenreader" version="2024.12.20" -dynamic=["classifiers", "license", "keywords", "authors"] +dynamic=["classifiers", "license", "keywords", "authors", "scripts", "urls"] description = "A TTY screenreader for Linux." readme = "README.md" requires-python = ">=3.6"