Skip to content

Commit

Permalink
fix package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Feb 5, 2024
1 parent ec4b18a commit e52bb15
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 @@ -64,8 +64,8 @@ parentdir_prefix = "hedtools-"


[tool.setuptools.packages.find]
where = ["hed"]
include = ["*"]
where = [""]
include = ["hed*"]
namespaces = false

[tool.setuptools.package-data]
Expand Down

0 comments on commit e52bb15

Please sign in to comment.