Skip to content

Commit b3bfaac

Browse files
committed
🚚 Rename to adr
1 parent c38fca0 commit b3bfaac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
2-
name = "adr-py"
2+
name = "adr"
33
version = "0.1.0"
44
description = "This Python script is designed to help software development teams document their architecture decisions using Architecture Decision Records (ADRs)."
55
authors = ["Daniel Różycki <[email protected]>"]
66
readme = "README.md"
77
packages = [{include = "adrpy", from = "src"}]
88

99
[tool.poetry.scripts]
10-
adr-py = "adrpy.entrypoints.cli:cli_entrypoint"
10+
adr = "adrpy.entrypoints.cli:cli_entrypoint"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.11"

0 commit comments

Comments
 (0)