diff --git a/pyproject.toml b/pyproject.toml index f2dd826..019db83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A Python module and cli tool to quickly convert xml text or files authors = ["John Shanahan "] maintainers = ["John Shanahan "] license = "Apache-2.0" -readmd = "README.md" +readme = "README.md" homepage = "https://github.com/shanahanjrs/xmltojson" repository = "https://github.com/shanahanjrs/xmltojson" keywords = ["json", "xml", "convert", "converter", "library"]