from setuptools import find_packages, setup setup( name="genmo", version="1.0.0", packages=find_packages(), author="NVIDIA Digital Human AI Research", description="GENMO: A GENeralist Model for Human MOtion", url="https://github.com/NVlabs/GENMO", )