Skip to content

Commit 0999f51

Browse files
fix: Fix invalid reference to README in pyproject.toml file
1 parent 4d18c91 commit 0999f51

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
@@ -3,7 +3,7 @@ name = "nurse"
33
version = "2.0.0"
44
description = "A thoughtful dependency injection framework"
55
authors = ["ducdetronquito <g.paulet@zero-gachis.com>"]
6-
readme = "README.rst"
6+
readme = "README.md"
77
repository = "https://github.com/ZeroGachis/nurse"
88
homepage = "https://github.com/ZeroGachis/nurse"
99
keywords = ["dependency", "injection"]

0 commit comments

Comments
 (0)