chore(config): update package naming conventions in pyproject.toml
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 11s
Build and Publish nightly package / build-and-publish (push) Successful in 1m26s

This commit is contained in:
2025-09-12 17:39:59 +02:00
parent 5ee5c4d444
commit c231f4b909
2 changed files with 2 additions and 2 deletions

View File

@@ -8,10 +8,10 @@ requires-python = ">=3.11"
dependencies = ["pillow (>=11.3.0,<12.0.0)", "pyqt5 (>=5.15.11,<6.0.0)"]
[tool.poetry]
packages = [{ include = "keyd-layer-tray", from = "src" }]
packages = [{ include = "keyd_layer_tray", from = "src" }]
[tool.poetry.scripts]
keyd-layer-tray = "keyd-layer-tray.__main__:main"
keyd-layer-tray = "keyd_layer_tray.__main__:main"
[tool.poetry.group.dev.dependencies]
twine = "^6.1.0"