diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5ac11e8..b2f5a49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] -name = "sploit" -description = "sploit is a process interaction automation tool with software exploitation focused utilities." +name = "nsploit" +description = "nsploit is a process interaction automation tool with software exploitation focused utilities." readme = "README.txt" requires-python = ">=3.9" license = "Unlicense" @@ -15,7 +15,7 @@ dynamic = ["version"] "Homepage" = "https://github.com/dusoleil/sploit" [project.scripts] -sploit = "sploit.__main__:main" +nsploit = "nsploit.__main__:main" [build-system] requires = ["hatchling"] @@ -23,7 +23,7 @@ build-backend = "hatchling.build" [tool.hatch.version] source = "code" -path = "sploit/__init__.py" +path = "nsploit/__init__.py" search-paths = ["."] expression = "__version__" |