init: 项目初始提交 - NeoZQYY Monorepo 完整代码
This commit is contained in:
15
packages/shared/pyproject.toml
Normal file
15
packages/shared/pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "neozqyy-shared"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"python-dateutil>=2.8.0",
|
||||
"tzdata>=2023.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/neozqyy_shared"]
|
||||
Reference in New Issue
Block a user