[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "nsploit" version = "0.5.1" requires-python = ">=3.9" description = "(n)sploit is a process interaction tool with software exploitation utilities" readme = {file = "README", content-type = "text/plain"} license = {file = "UNLICENSE"} maintainers = [{email = "nsploit-devl@normalmode.org"}] [project.scripts] nsploit = "nsploit.__main__:main"