26 lines
670 B
TOML
26 lines
670 B
TOML
[project]
|
|
name = "dg-clt"
|
|
version = "0.2.0"
|
|
description = "The Dazed Gerbil's Command Line Tools"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "Calum Andrew Morrell", email = "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",
|
|
]
|