We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f70afb commit 6f95b6cCopy full SHA for 6f95b6c
pyproject.toml
@@ -109,7 +109,11 @@ known-first-party = ["pose_evaluation"]
109
# force-single-line = false
110
111
[tool.setuptools]
112
-packages = ["pose_evaluation", "pose_evaluation.metrics"]
+packages = [
113
+ "pose_evaluation",
114
+ "pose_evaluation.metrics",
115
+ "pose_evaluation.utils",
116
+]
117
118
[tool.pytest.ini_options]
119
addopts = "-v --cov=pose_evaluation --cov-report=term --cov-report=xml --cov-report=lcov --cov-report=html"
0 commit comments