[tool.poetry]
name = "cookiecutter-python-library"
version = "0.1.0"
description = "Cookiecutter for spinning up new Python libraries."
authors = ["Sony Music PDE"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
cookiecutter = "^2.6.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
