Follow AW naming guidelines

This commit is contained in:
2025-06-14 12:02:24 -04:00
parent a30b3cf76d
commit 51f987c814
3 changed files with 9 additions and 241 deletions

View File

@@ -3,12 +3,12 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "awam"
name = "aw-watcher-marvin"
version = "0.1.0"
description = "An ActivityWatch watcher that logs the tracked Amazing Marvin task."
authors = ["Felix Martin"]
readme = "README.md"
packages = [{include = "awam", from = "src"}]
packages = [{include = "aw-watcher-marvin", from = "src"}]
[tool.poetry.dependencies]
python = "^3.8"
@@ -21,4 +21,4 @@ keyring = "*"
pre-commit = "*"
[tool.poetry.scripts]
awam = "awam.__main__:main"
aw-watcher-marvin = "aw-watcher-marvin.__main__:main"