Skip to content

Commit

Permalink
Merge pull request #206 from lucianopaz/fix_csv_data
Browse files Browse the repository at this point in the history
Add the csv data files into the package data discovery
  • Loading branch information
drbenvincent authored Jun 8, 2023
2 parents 32545cb + 070f52a commit 02d2506
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

6 changes: 3 additions & 3 deletions docs/source/_static/interrogate_badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 02d2506

Please sign in to comment.