diff options
author | Malfurious <m@lfurio.us> | 2025-03-24 01:35:23 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2025-03-24 01:35:23 -0400 |
commit | b3f41f725f124907b4cf5cac7d4f37ec8f65a42f (patch) | |
tree | 89012334797077e30a4416df30f4f249c44caadb | |
parent | 21b6648cf0fb6128f514429ade93526151f006b5 (diff) | |
download | nsploit-b3f41f725f124907b4cf5cac7d4f37ec8f65a42f.tar.gz nsploit-b3f41f725f124907b4cf5cac7d4f37ec8f65a42f.zip |
Rename README
Ditch the txt extension...
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r-- | README (renamed from README.txt) | 0 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 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"}] |