diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b1c835d..957525c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "nsploit" version = "0.5.0" requires-python = ">=3.9" description = "(n)sploit is a process interaction tool with software exploitation utilities" -readme = "README" +readme = {file = "README", content-type = "text/plain"} license = {file = "UNLICENSE"} maintainers = [{email = "nsploit-devl@normalmode.org"}] |