Initial commit: xray-manager v0.2 with Debian 13 support
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "xray-manager"
|
||||
version = "0.2"
|
||||
description = "Utility for managing Xray configuration and user profiles"
|
||||
dependencies = [
|
||||
"cryptography>=43.0.0",
|
||||
"qrcode>=8.2",
|
||||
"tabulate>=0.9.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
xray-manager = "xray_manager.cli:main"
|
||||
Reference in New Issue
Block a user