mirror of
https://github.com/nqrduck/nqrduck-broadband.git
synced 2024-12-22 07:40:27 +00:00
Added entry-points.
This commit is contained in:
parent
1f3e46917e
commit
13c5359861
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "nqrduck-broadband"
|
||||
version = "0.0.11"
|
||||
version = "0.0.12"
|
||||
authors = [
|
||||
{ name="Julia Pfitzer", email="git@jupfi.me" },
|
||||
]
|
||||
|
@ -26,3 +26,5 @@ dependencies = [
|
|||
"NQRduck",
|
||||
]
|
||||
|
||||
[project.entry-points."nqrduck"]
|
||||
"nqrduck-broadband" = "nqrduck_broadband.broadband:Broadband"
|
||||
|
|
|
@ -5,4 +5,4 @@ from nqrduck_broadband.view import BroadbandView
|
|||
from nqrduck_broadband.controller import BroadbandController
|
||||
from nqrduck_broadband.widget import Ui_Form
|
||||
|
||||
Broadband = Module(BroadbandModel, BroadbandController, BroadbandView)
|
||||
Broadband = Module(BroadbandModel, BroadbandView, BroadbandController)
|
||||
|
|
Loading…
Reference in a new issue