diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index cc06feda..00000000 --- a/MANIFEST.in +++ /dev/null @@ -1 +0,0 @@ -include data/*.csv diff --git a/docs/source/_static/interrogate_badge.svg b/docs/source/_static/interrogate_badge.svg index 63e5eda8..aab38d3f 100644 --- a/docs/source/_static/interrogate_badge.svg +++ b/docs/source/_static/interrogate_badge.svg @@ -1,5 +1,5 @@ - interrogate: 51.6% + interrogate: 53.0% @@ -12,8 +12,8 @@ interrogate interrogate - 51.6% - 51.6% + 53.0% + 53.0% diff --git a/pyproject.toml b/pyproject.toml index 0fe406c1..662ec608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,11 +5,11 @@ requires = ["setuptools>=61.0"] # This is configuration specific to the `setuptools` build backend. # If you are using a different build backend, you will need to change this. -[tool.setuptools] -# define all packages here -packages = ['causalpy', 'causalpy.data'] -# include package data, such as .csv files -include-package-data = true +[tool.setuptools.packages.find] +exclude = ["causalpy.test*", "docs*"] + +[tool.setuptools.package-data] +"causalpy.data" = ["*.csv"] [project] name = "CausalPy"