Skip to content

Commit

Permalink
Fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Feb 29, 2024
1 parent 68fd24d commit 342d95c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["rdatasets"]
include-package-data = true

[tool.setuptools.packages.find]
where = ["rdatasets"]

[tool.setuptools.package-data]
rdatasets = ["*.compress", "*.pickle"]
"rdatasets._data" = ["*.compress", "*.pickle"]

[project]
name = "rdatasets"
Expand Down

0 comments on commit 342d95c

Please sign in to comment.