from setuptools import setup, find_packages setup( name="causal_forcing", version="0.0.2", packages=find_packages(), )