docs: use markdown for readme file
This commit is contained in:
parent
827927355d
commit
06d1ada3fd
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
# tailbone-corepos
|
||||
|
||||
Rattail is a retail software framework, released under the GNU General
|
||||
Public License.
|
||||
|
||||
This package contains software interfaces for the [CORE
|
||||
POS](https://www.core-pos.com/) system, which is open source and
|
||||
freely available.
|
||||
|
||||
Please see Rattail's [home page](https://rattailproject.org/) for more
|
||||
information.
|
15
README.rst
15
README.rst
|
@ -1,15 +0,0 @@
|
|||
|
||||
tailbone-corepos
|
||||
================
|
||||
|
||||
Rattail is a retail software framework, released under the GNU General Public
|
||||
License.
|
||||
|
||||
This package contains software interfaces for the `CORE POS`_ system, which is
|
||||
open source and freely available.
|
||||
|
||||
.. _`CORE POS`: https://www.core-pos.com/
|
||||
|
||||
Please see Rattail's `home page`_ for more information.
|
||||
|
||||
.. _`home page`: https://rattailproject.org/
|
|
@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|||
name = "tailbone-corepos"
|
||||
version = "0.3.1"
|
||||
description = "Tailbone interfaces for CORE POS"
|
||||
readme = "README.rst"
|
||||
readme = "README.md"
|
||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||
license = {text = "GNU GPL v3+"}
|
||||
classifiers = [
|
||||
|
|
Loading…
Reference in a new issue