Skip to content

Commit

Permalink
fix: use correct README in pyproject.toml (#215)
Browse files Browse the repository at this point in the history
fixes #214
  • Loading branch information
lengau authored Sep 26, 2024
1 parent 292f66a commit 85971ae
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 @@ build-backend = "setuptools.build_meta"
package-data = {"craft_store" = ["py.typed"]}

[tool.setuptools.dynamic]
readme = {file = "README.rst"}
readme = {file = "README.md"}

[tool.setuptools_scm]
write_to = "craft_store/_version.py"
Expand Down

0 comments on commit 85971ae

Please sign in to comment.