from setuptools import setup, find_packages setup( name="self_forcing", version="0.0.1", packages=find_packages(), )