Skip to content

Commit 6f95b6c

Browse files
committed
fix(package): add utils
1 parent 2f70afb commit 6f95b6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@ known-first-party = ["pose_evaluation"]
109109
# force-single-line = false
110110

111111
[tool.setuptools]
112-
packages = ["pose_evaluation", "pose_evaluation.metrics"]
112+
packages = [
113+
"pose_evaluation",
114+
"pose_evaluation.metrics",
115+
"pose_evaluation.utils",
116+
]
113117

114118
[tool.pytest.ini_options]
115119
addopts = "-v --cov=pose_evaluation --cov-report=term --cov-report=xml --cov-report=lcov --cov-report=html"

0 commit comments

Comments
 (0)