diff --git a/README.rst b/README.md similarity index 80% rename from README.rst rename to README.md index c61b2c3..bea370f 100644 --- a/README.rst +++ b/README.md @@ -1,5 +1,4 @@ -Messkit -======== +# Messkit Hopefully some kind of generic data manipulation thingy, we'll see... diff --git a/pyproject.toml b/pyproject.toml index 82f0bd4..3679a5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" name = "Messkit" version = "0.2.1" description = "Generic-ish Data Utility App" -readme = "README.rst" +readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}] license = {text = "GNU GPL v3+"} classifiers = [