Files
crucible-agent-create-produ…/pyproject.toml

19 lines
430 B
TOML

[build-system]
requires = ["setuptools>=75"]
build-backend = "setuptools.build_meta"
[project]
name = "fastapi-containerizer"
version = "1.0.0"
description = "Adds auditable production container artifacts to an existing FastAPI service"
requires-python = ">=3.11"
[project.scripts]
containerize-fastapi = "containerizer.cli:main"
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
testpaths = ["tests"]