dg-clt/pyproject.toml

24 lines
644 B
TOML

[project]
name = "dg-clt"
version = "0.2.0"
description = "The Dazed Gerbil's Command Line Tools"
readme = "README.md"
authors = ["Calum Andrew Morrell <calum@drulum.com>"]
license = "GPL-3.0-or-later"
classifiers = [
"Development Status :: 1 - Planning",
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: User Interfaces",
]
requires-python = ">=3.10"
dependencies = []
[dependency-groups]
dev = [
"pytest>=8.3.5",
]