summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2025-01-04 02:56:49 -0500
committerMalfurious <m@lfurio.us>2025-01-04 23:54:51 -0500
commit831fd7402cd357a79b76007471722a243ec60c8d (patch)
treee16b9f6495776dccc2c8e39d29b66d28d94b3448
parentd4aacb45a070f05eddb5fbfec191b440e381e268 (diff)
downloadnsploit-831fd7402cd357a79b76007471722a243ec60c8d.tar.gz
nsploit-831fd7402cd357a79b76007471722a243ec60c8d.zip
Update pyproject file for nsploit
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r--pyproject.toml25
1 files changed, 9 insertions, 16 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 63c07ed..f6f29b3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,22 +1,15 @@
+[build-system]
+requires = ["hatchling"]
+build-backend = "hatchling.build"
+
[project]
name = "nsploit"
-description = "nsploit is a process interaction automation tool with software exploitation focused utilities."
-readme = "README.txt"
-requires-python = ">=3.9"
-license = "Unlicense"
-license-files.paths = ["UNLICENSE"]
-authors = [
- {name="dusoleil",email="howcansocksbereal@gmail.com"},
- {name="Malfurious",email="m@lfurio.us"},
-]
version = "0.4.0"
-
-[project.urls]
-"Homepage" = "https://github.com/dusoleil/sploit"
+requires-python = ">=3.9"
+description = "(n)sploit is a process interaction tool with software exploitation utilities"
+readme = "README.txt"
+license = {file = "UNLICENSE"}
+maintainers = [{email = "nsploit-devl@normalmode.org"}]
[project.scripts]
nsploit = "nsploit.__main__:main"
-
-[build-system]
-requires = ["hatchling"]
-build-backend = "hatchling.build"