Skip to content

Commit 3443856

Browse files
committed
attempt to fix missing package data
1 parent ca90775 commit 3443856

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ requires = ["setuptools>=61.0"]
88
[tool.setuptools]
99
# define all packages here
1010
packages = ['causalpy', 'causalpy.data']
11+
# include package data, such as .csv files
12+
include-package-data = true
1113

1214
[project]
1315
name = "CausalPy"

0 commit comments

Comments
 (0)