Skip to content

Commit 4373fc6

Browse files
feat: update project.toml readme type
1 parent 3904af1 commit 4373fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "shawn deng repo temple project"
55
authors = ["colyerdeng <[email protected]>"]
66
license = "MIT"
7-
readme = "README.md"
7+
readme = {file = "README.md", content-type = "text/markdown"}
88

99
[tool.poetry.dependencies]
1010
python = "^3.12"

template-python/{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "shawn deng repo temple project"
55
authors = ["{{cookiecutter.full_name}} <{{cookiecutter.email}}>"]
66
license = "MIT"
7-
readme = "README.md"
7+
readme = {file = "README.md", content-type = "text/markdown"}
88

99
[tool.poetry.dependencies]
1010
python = "^3.12"

0 commit comments

Comments
 (0)