fix: fix config extension entry point
per upstream changes
This commit is contained in:
parent
be88d5de68
commit
5648aad04d
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ name = "WuttaPOS"
|
|||
version = "0.2.1"
|
||||
description = "Pythonic Point of Sale System"
|
||||
readme = "README.md"
|
||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
||||
license = {text = "GNU GPL v3+"}
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
|
@ -41,13 +41,14 @@ docs = ["Sphinx", "furo"]
|
|||
wuttapos = "wuttapos.commands:wuttapos_typer"
|
||||
|
||||
|
||||
[project.entry-points."rattail.config.extensions"]
|
||||
[project.entry-points."wutta.config.extensions"]
|
||||
wuttapos = "wuttapos.config:WuttaConfigExtension"
|
||||
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://rattailproject.org"
|
||||
Repository = "https://forgejo.wuttaproject.org/rattail/wuttapos"
|
||||
Issues = "https://forgejo.wuttaproject.org/rattail/wuttapos/issues"
|
||||
Changelog = "https://forgejo.wuttaproject.org/rattail/wuttapos/src/branch/master/CHANGELOG.md"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue