Skip to content

Commit e5e2a24

Browse files
authored
Add script entrypoint (#518)
1 parent 1fe6a90 commit e5e2a24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ authors = ["cloud-forensics-utils development team <cloud-forensics-utils-dev@go
66
license = "Apache-2.0"
77
readme = "README.md"
88

9+
[tool.poetry.scripts]
10+
cloudforensics = "tools.cli:Main"
11+
912
[tool.poetry.dependencies]
1013
python = "^3.8"
1114
google-api-core = "*"

0 commit comments

Comments
 (0)