docs: use markdown for readme file

This commit is contained in:
Lance Edgar 2024-09-13 18:49:14 -05:00
parent b425095a8d
commit b44e5a3d60
3 changed files with 6 additions and 8 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# pyCOREPOS
A Python interface to the [CORE POS](https://github.com/CORE-POS)
system.

View file

@ -1,7 +0,0 @@
pyCOREPOS
=========
A Python interface to the `CORE POS`_ system.
.. _CORE POS: https://github.com/CORE-POS

View file

@ -8,7 +8,7 @@ build-backend = "hatchling.build"
name = "pyCOREPOS"
version = "0.3.0"
description = "Python Interface to CORE POS"
readme = "README.rst"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
license = {text = "GNU GPL v3+"}
classifiers = [