Skip to content

Commit 4e169df

Browse files
DimitriPapadopoulosmattip
authored andcommitted
Simpler readme field
The README’s format is auto-detected from the extension: `README.md` → GitHub-flavored Markdown https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#readme
1 parent 7617182 commit 4e169df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
requires-python = ">=3.9"
1616

1717
description = "Foreign Function Interface for Python calling C code."
18-
readme = {file = "README.md", content-type = "text/markdown"}
18+
readme = "README.md"
1919
license = { file = "LICENSE" }
2020
classifiers = [
2121
"Programming Language :: Python",

0 commit comments

Comments
 (0)