Add more dynamically computed fields.

That said, let's use the old file for some of the computed fields for
the time being.
This commit is contained in:
Hunter Jozwiak 2025-01-28 04:06:00 -05:00
parent f509d89d90
commit 47c626b420

View File

@ -4,7 +4,7 @@ requires = ["setuptools >= 61.0"]
[project] [project]
name = "fenrir-screenreader" name = "fenrir-screenreader"
version="2024.12.20" version="2024.12.20"
dynamic=["classifiers", "license", "keywords", "authors"] dynamic=["classifiers", "license", "keywords", "authors", "scripts", "urls"]
description = "A TTY screenreader for Linux." description = "A TTY screenreader for Linux."
readme = "README.md" readme = "README.md"
requires-python = ">=3.6" requires-python = ">=3.6"