docs: tweak readme, project trove classifiers
This commit is contained in:
parent
5ded5356f7
commit
ebb9211f2d
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
# Sideshow-COREPOS
|
# 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/
|
Full docs are at https://rattailproject.org/docs/sideshow-corepos/
|
||||||
|
|
|
@ -27,6 +27,8 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Topic :: Office/Business",
|
||||||
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
]
|
]
|
||||||
license = {text = "GNU General Public License v3+"}
|
license = {text = "GNU General Public License v3+"}
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
|
|
Loading…
Reference in a new issue