Changeset - 4937d7668025
[Not reviewed]
1 1 1
Lance Edgar (lance) - 1 month ago 2024-09-13 18:47:39
lance@edbob.org
docs: use markdown for readme file
2 files changed with 4 insertions and 6 deletions:
0 comments (0 inline, 0 general)
README.md
Show inline comments
 
file renamed from README.rst to README.md
 

	
 
Rattail
 
=======
 
# Rattail
 

	
 
Rattail is a framework / tool kit for building custom apps.  Originally
 
intended for use in retail environments, but useful in others also.
 

	
 
It is released under the GNU General Public License.
 

	
 
This is the core ``rattail`` package.
 

	
 
Please see the  `Rattail Project`_ for more information.
 

	
 
.. _Rattail Project: https://rattailproject.org/
 
Please see the [Rattail Project](https://rattailproject.org/) for more
 
information.
pyproject.toml
Show inline comments
 
@@ -5,13 +5,13 @@ build-backend = "hatchling.build"
 

	
 

	
 
[project]
 
name = "rattail"
 
version = "0.18.11"
 
description = "Retail Software Framework"
 
readme = "README.rst"
 
readme = "README.md"
 
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
 
license = {text = "GNU GPL v3+"}
 
classifiers = [
 
        "Development Status :: 4 - Beta",
 
        "Environment :: Console",
 
        "Environment :: Web Environment",
0 comments (0 inline, 0 general)