blob: f6f29b3d91afa7a8a9e0eef2ce9ce9ee3dbf1786 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
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"
license = {file = "UNLICENSE"}
maintainers = [{email = "nsploit-devl@normalmode.org"}]
[project.scripts]
nsploit = "nsploit.__main__:main"
|