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 fe826b0 commit 98adc13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ pip-log.txt
*.wpr
.pypirc
rdatasets/_version.py
.eggs
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ exclude .gitignore
exclude .gitmodules
exclude .pre-commit-config.yaml
exclude .flake8
recursive-exclude */__pycache__
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
prune rdatasets_orig/
prune .github
prune examples
exclude convertCSVtoPickle.py
exclude convertHTMLtoPickle.py
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
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 98adc13

Please sign in to comment.