[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "naming_conventions_test"
version = "1.0.0"
description = "Test fixture to verify language property naming conventions"
requires-python = ">=3.12"
dependencies = ["httpx>=0.27"]