From 2112db720a6e0f0d06df6bdac512d214c6e25de7 Mon Sep 17 00:00:00 2001 From: Alastair Weakley Date: Thu, 18 Jul 2024 17:44:38 +1000 Subject: [PATCH] Correct README file name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 860741e..b48c3f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ ] description = "Python implementation of Library of Congress EDTF (Extended Date Time Format) specification" requires-python = ">=3.8" -readme = {file = "README.txt", content-type = "text/markdown"} +readme = {file = "README.md", content-type = "text/markdown"} authors = [ { name = "The Interaction Consortium", email = "studio@interaction.net.au"}, { name = "Alastair Weakley"},