Skip to content

Commit

Permalink
Fix build process from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Oct 14, 2024
1 parent b8a52f9 commit 6427a58
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 @@ -57,7 +57,7 @@ aind_behavior_services = ["py.typed"]

[tool.setuptools.dynamic]
version = {attr = "aind_behavior_services.__version__"}
readme = {file = ["README.md"]}
readme = {file = "README.md", content-type = "text/markdown"}

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit 6427a58

Please sign in to comment.