From ebb9211f2d2acdf9f3df0b91c5dccbc48ebddabf Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 13 Jan 2025 17:03:32 -0600 Subject: [PATCH] docs: tweak readme, project trove classifiers --- README.md | 3 ++- pyproject.toml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b3bc9..a339dd3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Sideshow-COREPOS -This package adds CORE-POS integration for Sideshow. +This package adds [CORE-POS](https://www.core-pos.com/) integration +for [Sideshow](https://pypi.org/project/Sideshow/). Full docs are at https://rattailproject.org/docs/sideshow-corepos/ diff --git a/pyproject.toml b/pyproject.toml index 7c4e2e7..502285a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,8 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Topic :: Office/Business", + "Topic :: Software Development :: Libraries :: Python Modules", ] license = {text = "GNU General Public License v3+"} requires-python = ">= 3.8"