백업용

This commit is contained in:
Hyungi Ahn
2025-09-19 09:13:44 +09:00
parent 7c5fd5afe6
commit 5c9ea92fb8
11 changed files with 64 additions and 2 deletions

View File

@@ -2,11 +2,14 @@
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]
[project]
name = "todo-project"
version = "0.1.0"
description = "독립적인 할일 관리 시스템"
readme = "README.md"
# readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"fastapi>=0.104.1",