There was an error while loading. Please reload this page.
1 parent 18247a2 commit e687ef8Copy full SHA for e687ef8
1 file changed
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
-name = "accounting-module"
+name = "privana"
3
version = "1.0.0"
4
-description = "Accounting service module for ROFL apps"
+description = "Privana backend service"
5
readme = "README.md"
6
requires-python = ">=3.11"
7
license = { text = "Apache-2.0" }
@@ -40,7 +40,7 @@ test = [
40
]
41
42
[project.scripts]
43
-accounting-module = "src.main:main"
+privana = "src.main:main"
44
45
[build-system]
46
requires = ["hatchling"]
0 commit comments