Compare commits

..

No commits in common. "master" and "v0.4.6" have entirely different histories.

2 changed files with 8 additions and 6 deletions

View file

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

View file

@ -8,7 +8,7 @@ build-backend = "hatchling.build"
name = "rattail-tempmon"
version = "0.4.6"
description = "Retail Software Framework - Temperature monitoring add-on"
readme = "README.md"
readme = "README.rst"
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
license = {text = "GNU GPL v3+"}
classifiers = [
@ -30,8 +30,8 @@ dependencies = [
[project.urls]
Homepage = "https://rattailproject.org"
Repository = "https://forgejo.wuttaproject.org/rattail/rattail-tempmon"
Changelog = "https://forgejo.wuttaproject.org/rattail/rattail-tempmon/src/branch/master/CHANGELOG.md"
Repository = "https://kallithea.rattailproject.org/rattail-project/rattail-tempmon"
Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-tempmon/files/master/CHANGES.rst"
[project.entry-points."rattail.config.extensions"]