We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d10aa commit 489857aCopy full SHA for 489857a
dist/neph-1.0.0-py3-none-any.whl
12.6 KB
pyproject.toml
@@ -1,9 +1,10 @@
1
[tool.poetry]
2
name = "neph"
3
version = "1.0.0"
4
-description = ""
+description = "AWS attack path graphing tool"
5
authors = ["Evan Perotti <evan.perotti@sra.io>"]
6
readme = "README.md"
7
+license = "AGPL-3.0-only"
8
9
[tool.poetry.dependencies]
10
python = "^3.12"
@@ -24,4 +25,4 @@ requires = ["poetry-core"]
24
25
build-backend = "poetry.core.masonry.api"
26
27
[tool.poetry.scripts]
-neph = "neph.cli:main"
28
+neph = "neph.cli:main"
0 commit comments