Skip to content

Commit

Permalink
fix: fix broken pyproject.toml
Browse files Browse the repository at this point in the history
This commit fixes a syntax error in the pyproject.toml file which caused
the package to fail during installation.
  • Loading branch information
rickstaa committed Sep 3, 2024
1 parent 000ac7a commit 27b6fdf
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 @@ -94,7 +94,7 @@ documentation = "https://rickstaa.dev/stable-learning-control"
packages = ["stable_learning_control"]

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

[tool.setuptools_scm]

Expand Down

0 comments on commit 27b6fdf

Please sign in to comment.