Skip to content

Commit 489857a

Browse files
committed
py proj, dist
1 parent 43d10aa commit 489857a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dist/neph-1.0.0-py3-none-any.whl

12.6 KB
Binary file not shown.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[tool.poetry]
22
name = "neph"
33
version = "1.0.0"
4-
description = ""
4+
description = "AWS attack path graphing tool"
55
authors = ["Evan Perotti <evan.perotti@sra.io>"]
66
readme = "README.md"
7+
license = "AGPL-3.0-only"
78

89
[tool.poetry.dependencies]
910
python = "^3.12"
@@ -24,4 +25,4 @@ requires = ["poetry-core"]
2425
build-backend = "poetry.core.masonry.api"
2526

2627
[tool.poetry.scripts]
27-
neph = "neph.cli:main"
28+
neph = "neph.cli:main"

0 commit comments

Comments
 (0)