Files
HandRefinerPortable/pyproject.toml
2024-02-12 12:11:06 -05:00

26 lines
547 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "handrefinerportable"
readme = "README.md"
version = "2024.02.12.0"
dependencies = [
"rtree",
"mediapipe",
"trimesh[easy]",
]
[project.urls]
Documentation = "https://github.com/huchenlei/HandRefinerPortable"
Issues = "https://github.com/huchenlei/HandRefinerPortable/issues"
Source = "https://github.com/huchenlei/HandRefinerPortable"
[tool.hatch.build.targets.wheel]
packages = [
"hand_refiner",
"manopth",
"mesh_graphormer",
]