docs: use markdown for readme file

This commit is contained in:
Lance Edgar 2024-09-13 18:52:03 -05:00
parent f65746e9b2
commit 79a43345e0
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
Messkit # Messkit
========
Hopefully some kind of generic data manipulation thingy, we'll see... Hopefully some kind of generic data manipulation thingy, we'll see...

View file

@ -8,7 +8,7 @@ build-backend = "hatchling.build"
name = "Messkit" name = "Messkit"
version = "0.2.1" version = "0.2.1"
description = "Generic-ish Data Utility App" description = "Generic-ish Data Utility App"
readme = "README.rst" readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}] authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
license = {text = "GNU GPL v3+"} license = {text = "GNU GPL v3+"}
classifiers = [ classifiers = [