15 lines
292 B
TOML
15 lines
292 B
TOML
[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"] |