feat: add schedule package

This commit is contained in:
tao.chen
2026-07-29 13:35:32 +08:00
parent 128aa7563f
commit 233dc90efe
10 changed files with 1038 additions and 830 deletions
+24
View File
@@ -0,0 +1,24 @@
[project]
name = "schedule"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "tao.chen", email = "93983997+taochen-ct@users.noreply.github.com" }
]
requires-python = ">=3.12"
dependencies = []
[project.scripts]
schedule = "schedule:main"
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
default = true
[tool.uv.sources]
common = { workspace = true }
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"