Skip to content

Commit

Permalink
fix src target
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Sep 24, 2024
1 parent fa74d8f commit c3ff0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
source = "vcs"

[tool.hatch.build.targets.wheel]
packages = ["src/ibl-to-nwb"]
packages = ["src/ibl_to_nwb"]

[project]
name = "ibl_to_nwb"
Expand Down

0 comments on commit c3ff0aa

Please sign in to comment.