diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f6f29b3..d9d43f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "nsploit" version = "0.4.0" requires-python = ">=3.9" description = "(n)sploit is a process interaction tool with software exploitation utilities" -readme = "README.txt" +readme = "README" license = {file = "UNLICENSE"} maintainers = [{email = "nsploit-devl@normalmode.org"}] |