sni/pyproject.toml
2026-05-28 02:18:25 +04:30

44 lines
1.3 KiB
TOML

[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "snispf"
version = "2.0.0"
description = "SNISPF - Cross-platform DPI bypass tool via SNI spoofing"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.8"
authors = [
{name = "Rainman69"},
]
keywords = ["sni", "spoofing", "dpi", "bypass", "censorship", "tls", "fragment", "cli"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet",
"Topic :: Security",
"Topic :: System :: Networking",
]
[project.urls]
Homepage = "https://github.com/Rainman69/SNISPF"
Repository = "https://github.com/Rainman69/SNISPF"
Issues = "https://github.com/Rainman69/SNISPF/issues"
[project.scripts]
snispf = "sni_spoofing.cli:main"
[tool.setuptools.packages.find]
include = ["sni_spoofing*"]