from setuptools import setup, find_packages setup( name="sam3", version="0.1.0", packages=find_packages(), description="A local package for the SAM3 model and utilities.", )