We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project.toml
1 parent 3904af1 commit 4373fc6Copy full SHA for 4373fc6
pyproject.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
description = "shawn deng repo temple project"
5
authors = ["colyerdeng <[email protected]>"]
6
license = "MIT"
7
-readme = "README.md"
+readme = {file = "README.md", content-type = "text/markdown"}
8
9
[tool.poetry.dependencies]
10
python = "^3.12"
template-python/{{cookiecutter.project_slug}}/pyproject.toml
authors = ["{{cookiecutter.full_name}} <{{cookiecutter.email}}>"]
0 commit comments