Skip to content

Commit

Permalink
Fix pyproject.toml setuptools configuration (mne-tools#12240)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger authored Nov 25, 2023
1 parent 0a9c61b commit ac0d42c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,8 @@ namespaces = false
write_to = "mne/_version.py"
version_scheme = "release-branch-semver"

[options]
zip_safe = false # the package can run out of an .egg file
include_package_data = true
[tool.setuptools]
include-package-data = true

[tool.setuptools.package-data]
"mne" = [
Expand Down

0 comments on commit ac0d42c

Please sign in to comment.