From 4f91d413268547a3a87538bdca9126e5cf4d6fc3 Mon Sep 17 00:00:00 2001 From: moritzrp <50995474+moritzrp@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:20:03 +0200 Subject: [PATCH 1/2] chore: add aar-doc entry point --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 882c363..da1e399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ isort = "^5.10.1" [tool.poetry.scripts] aar_doc = "aar_doc.cli:app" +aar-doc = "aar_doc.cli:app" [tool.poetry.group.dev.dependencies] pylint = "^3.3.1" From 4a6786c1ac0cf1a5f29c0f79be14d95c7ba24d55 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Fri, 4 Oct 2024 06:51:39 +0200 Subject: [PATCH 2/2] use hyphen exclusively --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da1e399..38ee8bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ types-PyYAML = "^6.0.12" isort = "^5.10.1" [tool.poetry.scripts] -aar_doc = "aar_doc.cli:app" aar-doc = "aar_doc.cli:app" [tool.poetry.group.dev.dependencies]