Skip to content

Commit 2112db7

Browse files
committed
Correct README file name
1 parent 3b402c8 commit 2112db7

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
@@ -7,7 +7,7 @@ dependencies = [
77
]
88
description = "Python implementation of Library of Congress EDTF (Extended Date Time Format) specification"
99
requires-python = ">=3.8"
10-
readme = {file = "README.txt", content-type = "text/markdown"}
10+
readme = {file = "README.md", content-type = "text/markdown"}
1111
authors = [
1212
{ name = "The Interaction Consortium", email = "[email protected]"},
1313
{ name = "Alastair Weakley"},

0 commit comments

Comments
 (0)