Skip to content

Commit

Permalink
Fix the packages entry in pyproject.toml (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice authored Aug 20, 2024
1 parent 4631c1b commit 0cc6956
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 @@ -83,7 +83,7 @@ dev-dependencies = [
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["src/researchtemplate"]
packages = ["project"]

[tool.rye.scripts]
serve-docs = "mkdocs serve"
Expand Down

0 comments on commit 0cc6956

Please sign in to comment.