Skip to content

Commit 7896d6e

Browse files
committed
#84 include data in the pypi distribution (when next release happens)
1 parent b7ac1d8 commit 7896d6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def get_long_description():
3030
license="Apache License 2.0",
3131
url="https://github.com/pymc-labs/CausalPy",
3232
packages=find_packages(exclude=["tests", "test_*"]),
33+
package_data={"causalpy": ["data/*.csv"]},
3334
python_requires=">=3.8",
3435
maintainer="Benjamin T. Vincent",
3536
install_requires=install_reqs,

0 commit comments

Comments
 (0)