[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" [project.scripts] nsploit = "nsploit.__main__:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"