dg-clt/pyproject.toml

27 lines
737 B
TOML

[tool.poetry]
name = "dg-clt"
version = "0.1.7"
description = "The Dazed Gerbil's Command Line Tools"
authors = ["Calum Andrew Morrell <calum@drulum.com>"]
readme = "README.md"
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",
]
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"