from setuptools import setup, find_packages setup( name="fuson_plm", version="1.0", packages=find_packages(), # Automatically find and include all packages install_requires=[ # List your dependencies here # 'numpy', # 'torch', ], author="Sophia Vincoff", author_email="sophia.vincoff@duke.edu", )