dgcm/pyproject.toml

17 lines
359 B
TOML

[tool.poetry]
name = "dgcm"
version = "0.1.0"
description = "The Dazed Gerbil Connection Manager"
authors = ["Calum Andrew Morrell <calum@drulum.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"