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 32545cb commit 0797a8fCopy full SHA for 0797a8f
MANIFEST.in
pyproject.toml
@@ -5,11 +5,11 @@ requires = ["setuptools>=61.0"]
5
6
# This is configuration specific to the `setuptools` build backend.
7
# If you are using a different build backend, you will need to change this.
8
-[tool.setuptools]
9
-# define all packages here
10
-packages = ['causalpy', 'causalpy.data']
11
-# include package data, such as .csv files
12
-include-package-data = true
+[tool.setuptools.packages.find]
+exclude = ["causalpy.test*", "docs*"]
+
+[tool.setuptools.package-data]
+"causalpy.data" = ["*.csv"]
13
14
[project]
15
name = "CausalPy"
0 commit comments