Skip to content

Commit 7af597b

Browse files
committed
Fix small mistake in pyproject.toml
1 parent 7a5a9b7 commit 7af597b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.3"
44
description = "A small library to ease the creation, usage, serialization and deserialization of C structs."
55
authors = ["Binyamin Y Cohen <binyamincohen555@gmail.com>"]
66
repository = "https://github.com/xpodev/quickstruct"
7-
readme = "README.rst"
7+
readme = "README.md"
88

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

0 commit comments

Comments
 (0)