← All code files

pyproject.toml

Modern Python project metadata and tool config.

[project]
name = "myapp"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
  "fastapi",
  "uvicorn",
]

[tool.ruff]
line-length = 100

[tool.pytest.ini_options]
testpaths = ["tests"]

About this tool

Modern Python project metadata and tool config.

Ready-to-use pyproject.toml — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.