docs: use markdown for readme file

This commit is contained in:
Lance Edgar 2024-09-13 18:22:48 -05:00
parent 949c9ee5a1
commit 07dda66bae
2 changed files with 4 additions and 6 deletions

View file

@ -1,6 +1,5 @@
rattail-tempmon # rattail-tempmon
===============
Rattail is a retail software framework, released under the GNU General Public Rattail is a retail software framework, released under the GNU General Public
License. License.
@ -8,6 +7,5 @@ License.
This is the ``rattail-tempmon`` package, which provides a database schema, and This is the ``rattail-tempmon`` package, which provides a database schema, and
client/server daemons for recording and processing temperature data. client/server daemons for recording and processing temperature data.
Please see Rattail's `home page`_ for more information. Please see Rattail's [home page](https://rattailproject.org/) for more
information.
.. _home page: https://rattailproject.org/

View file

@ -8,7 +8,7 @@ build-backend = "hatchling.build"
name = "rattail-tempmon" name = "rattail-tempmon"
version = "0.4.6" version = "0.4.6"
description = "Retail Software Framework - Temperature monitoring add-on" description = "Retail Software Framework - Temperature monitoring add-on"
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 = [