Skip to content

Commit e687ef8

Browse files
committed
pyproject: accounting-module -> privana
1 parent 18247a2 commit e687ef8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "accounting-module"
2+
name = "privana"
33
version = "1.0.0"
4-
description = "Accounting service module for ROFL apps"
4+
description = "Privana backend service"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
license = { text = "Apache-2.0" }
@@ -40,7 +40,7 @@ test = [
4040
]
4141

4242
[project.scripts]
43-
accounting-module = "src.main:main"
43+
privana = "src.main:main"
4444

4545
[build-system]
4646
requires = ["hatchling"]

0 commit comments

Comments
 (0)