Causal-Forcing / setup.py
kunyang's picture
Backup repo body (code, configs, workspace) excluding dataset/checkpoints/wan_models
f7e25b2 verified
Raw
History Blame Contribute Delete
131 Bytes
from setuptools import setup, find_packages
setup(
name="causal_forcing",
version="0.0.2",
packages=find_packages(),
)