Skip to content

Commit

Permalink
Fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Mar 1, 2024
1 parent 98adc13 commit 3720fcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude .pre-commit-config.yaml
exclude .flake8
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
prune rdatasets_orig/
prune rdatasets_orig
prune .github
prune examples
exclude convertCSVtoPickle.py
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
requires = ["setuptools >=61", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = true

[tool.setuptools.packages.find]
where = ["rdatasets"]
include = ["_data"]
namespaces = false

[tool.setuptools.package-data]
"*" = ["*.compress", "*.pickle"]
Expand Down

0 comments on commit 3720fcd

Please sign in to comment.