Add pystray tray applet wiring and [tray] extra
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
2fce7d412a
commit
1451cf7d58
4 changed files with 149 additions and 0 deletions
|
|
@ -23,9 +23,11 @@ dependencies = []
|
|||
|
||||
[project.scripts]
|
||||
enodia-sentinel = "enodia_sentinel.cli:main"
|
||||
enodia-sentinel-tray = "enodia_sentinel.tray.app:main"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pytest"]
|
||||
tray = ["pystray", "Pillow"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["enodia_sentinel*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue