[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.metadata]
allow-direct-references = true

[project]
name = "r2devops_catalog"
version = "0.1.0"
authors = [
    { name = "Dorian Turba", email = "author.name@example.com" },
]
description = "A description of what the package is for."