[tool.poetry] name = "dg-clt" version = "0.1.6" description = "The Dazed Gerbil's Command Line Tools" authors = ["Calum Andrew Morrell "] 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"