Skip to content

Commit 0f72d9f

Browse files
Add files via upload
1 parent 5eee045 commit 0f72d9f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ build-backend = "setuptools.build_meta"
66
name = "python_v2ray"
77
version = "0.1.0"
88
authors = [
9-
{ name="Arshia", email="arshiacomplus@gmail.com" },
9+
{ name="arshiacomplus", email="arshiacomplus@gmail.com" },
1010
]
1111
description = "A powerful, high-level Python wrapper for managing and testing V2Ray/Xray-core and Hysteria clients."
1212
readme = "README.md"
13-
license = { file = "LICENSE" }
13+
14+
license = "GPL-3.0-only"
15+
license-files = ["LICENSE"]
16+
1417
requires-python = ">=3.8"
1518
keywords = ["v2ray", "xray", "hysteria", "proxy", "tester", "api", "wrapper"]
1619
classifiers = [
1720
"Programming Language :: Python :: 3",
18-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
21+
# "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", # <-- This line is now removed as requested by the warning.
1922
"Operating System :: OS Independent",
2023
"Intended Audience :: Developers",
2124
"Topic :: Internet :: Proxy Servers",

0 commit comments

Comments
 (0)