[project] name = "compose" version = "0.1.0" description = "A simple Python package for managing Docker Compose files" readme = "README.md" requires-python = ">=3.13" dependencies = [ "pytest>=8.4.0", "pyyaml>=6.0.2", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"