← 모든 코드 파일

pyproject.toml

최신 Python 프로젝트 메타데이터와 도구 설정.

[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"]

이 도구에 대해

최신 Python 프로젝트 메타데이터와 도구 설정.

바로 사용할 수 있는 pyproject.toml — 내용을 보고 복사하거나 올바른 파일명으로 다운로드하세요. 무료, 100% 브라우저에서.