Files
hand-motion-pipeline/third_party/Dyn-HaMR/setup.py
T

9 lines
169 B
Python

from setuptools import find_packages, setup
setup(
name="dyn-hamr",
packages=find_packages(
where="dyn-hamr",
),
package_dir={"": "dyn-hamr"},
)