Skip to content

Commit 01cc5f9

Browse files
Add files via upload
1 parent 7e99767 commit 01cc5f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ name = "python_v2ray"
77
version = "0.1.0"
88
description = "A powerful, high-level Python wrapper for managing and testing V2Ray/Xray-core and Hysteria clients."
99
readme = "README.md"
10+
license = { text = "GPL-3.0-only" }
1011
authors = [
11-
{ name="arshiacomplus", email="arshiacomplus@gmail.com" },
12+
{ name="Arshia", email="arshiacomplus@gmail.com" },
1213
]
1314
requires-python = ">=3.8"
1415
dependencies = [
@@ -19,6 +20,7 @@ dependencies = [
1920

2021
classifiers = [
2122
"Programming Language :: Python :: 3",
23+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2224
"Operating System :: OS Independent",
2325
"Intended Audience :: Developers",
2426
"Topic :: Internet :: Proxy Servers",

0 commit comments

Comments
 (0)