We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ac1d8 commit 7896d6eCopy full SHA for 7896d6e
setup.py
@@ -30,6 +30,7 @@ def get_long_description():
30
license="Apache License 2.0",
31
url="https://github.com/pymc-labs/CausalPy",
32
packages=find_packages(exclude=["tests", "test_*"]),
33
+ package_data={"causalpy": ["data/*.csv"]},
34
python_requires=">=3.8",
35
maintainer="Benjamin T. Vincent",
36
install_requires=install_reqs,
0 commit comments