update: add common
This commit is contained in:
@@ -9,9 +9,10 @@ authors = [
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
|
||||
[project.scripts]
|
||||
common = "common:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.11.31,<0.12.0"]
|
||||
build-backend = "uv_build"
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/common"]
|
||||
Reference in New Issue
Block a user