Skip to content

Commit

Permalink
[FIX] Fix submodule import
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhenqi77 authored Dec 14, 2023
1 parent 6b8f63c commit 75863df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ test = [
requires = ["setuptools", "versioneer[toml]"]
build-backend = "setuptools.build_meta"

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

[tool.setuptools.dynamic]
version = {attr = "neuromaps.__version__"}
Expand Down

0 comments on commit 75863df

Please sign in to comment.