first commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[build-system]
|
||||
requires = ["flit_core>=3.2"]
|
||||
build-backend = "flit_core.buildapi"
|
||||
|
||||
[project]
|
||||
name = "portspoof-py"
|
||||
version = "1.0.0"
|
||||
description = "Python asyncio rewrite of the portspoof TCP honeypot"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = {text = "GPL-2.0-or-later"}
|
||||
dependencies = [] # zero runtime deps — stdlib only
|
||||
|
||||
[project.scripts]
|
||||
portspoof-py = "portspoof_py.cli:main"
|
||||
|
||||
[project.urls]
|
||||
Source = "https://github.com/drk1wi/portspoof"
|
||||
Reference in New Issue
Block a user