Skip to content

Commit 17f0f45

Browse files
author
Pramit Kumar Dutta
authored
Update pyproject.toml (#51)
1 parent b2c84cc commit 17f0f45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "besecure-developer-toolkit"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
description = "cli tool for generating metadata and assessment report for [BeSLighthouse](https://github.com/Be-Secure/BeSLighthouse)."
55
authors = ["asa1997 <arunsureshampadath@gmail.com>"]
66
readme = "README.md"
77
packages = [{include = "bes_dev_kit"}]
88

99
[tool.poetry.scripts]
10-
besecure-developer-toolkit = "bes_dev_kit.__main__:cli.app"
10+
bes-dev-kit = "bes_dev_kit.__main__:cli.app"
1111

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

0 commit comments

Comments
 (0)