summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 385c6ce3122440d2bd914a3d3b4b168c37f2b17f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "sploit"
version = "0.1"
description = "sploit is a process interaction automation tool with software exploitation focused utilities."
readme = "README.txt"
requires-python = ">=3.8"
license = "Unlicense"
license-files.paths = ["UNLICENSE"]
authors = [
    {name="dusoleil",email="howcansocksbereal@gmail.com"},
    {name="Malfurious",email="m@lfurio.us"},
]

[project.urls]
"Homepage" = "https://github.com/dusoleil/sploit"

[project.scripts]
sploit = "sploit.main:main"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"