fenrir/pyproject.toml
Hunter Jozwiak 47c626b420 Add more dynamically computed fields.
That said, let's use the old file for some of the computed fields for
the time being.
2025-01-28 04:06:00 -05:00

18 lines
409 B
TOML

[build-system]
requires = ["setuptools >= 61.0"]
[project]
name = "fenrir-screenreader"
version="2024.12.20"
dynamic=["classifiers", "license", "keywords", "authors", "scripts", "urls"]
description = "A TTY screenreader for Linux."
readme = "README.md"
requires-python = ">=3.6"
dependencies = [
"dbus-python>=1.2.18",
"evdev>=1.7.1",
"pexpect>=4.9.0",
"pyte>=0.8.1",
"pyudev>=0.23.2",
]