refactor: migrate source files to src layout and update project configuration

This commit is contained in:
Nate Doohyun Jang
2026-06-19 22:27:30 +09:00
parent 12168d0796
commit 81415e6050
5 changed files with 382 additions and 70 deletions
+12 -1
View File
@@ -4,4 +4,15 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []
dependencies = [
"requests",
"python-dotenv",
]
[project.scripts]
toss-quant = "toss_quant.main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"