This commit is contained in:
ВяткинАртём
2026-03-27 16:48:17 +03:00
parent a3cbece2c8
commit 09d89c7e5d
519 changed files with 536 additions and 191838 deletions
+4 -48
View File
@@ -1,53 +1,9 @@
[build-system]
requires = ["hatchling>=1.25.0"]
build-backend = "hatchling.build"
[project]
name = "tg-ws-proxy"
dynamic=["version"]
description = "Telegram Desktop WebSocket Bridge Proxy (Linux optimized)"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
license = { name = "MIT", file = "LICENSE" }
authors = [
{ name = "Flowseal" }
]
keywords = [
"telegram",
"tdesktop",
"proxy",
"bypass",
"websocket",
"socks5",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Customer Service",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Topic :: System :: Networking :: Firewalls",
]
requires-python = ">=3.12"
dependencies = [
"cryptography==46.0.5",
"cryptography>=46.0.6",
]
[project.scripts]
tg-ws-proxy = "proxy.tg_ws_proxy:main"
[project.urls]
Source = "https://github.com/Flowseal/tg-ws-proxy"
Issues = "https://github.com/Flowseal/tg-ws-proxy/issues"
[tool.hatch.build.targets.wheel]
packages = ["proxy", "utils"]
[tool.hatch.version]
path = "proxy/__init__.py"