from setuptools import setup setup( name="se3_flow_matching", packages=[ 'openfold' ], package_dir={ 'openfold': './openfold', }, )