Skip to content

Commit

Permalink
Merge pull request #182 from netneurolab/liuzhenqi77-patch-1
Browse files Browse the repository at this point in the history
[MNT] Update pyproject.toml
  • Loading branch information
liuzhenqi77 authored Nov 29, 2024
2 parents 0375b4d + 78335ff commit 3770570
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ build-backend = "setuptools.build_meta"
[tool.setuptools]
include-package-data = true

[tool.setuptools.packages]
find = {}
[tool.setuptools.packages.find]
include = [
"neuromaps",
"neuromaps.*"
]

[tool.setuptools.package-data]
"*" = ["*.json", "*.bib"]
Expand Down

0 comments on commit 3770570

Please sign in to comment.