File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ name = "python_v2ray"
77version = " 0.1.0"
88description = " A powerful, high-level Python wrapper for managing and testing V2Ray/Xray-core and Hysteria clients."
99readme = " README.md"
10+ license = { text = " GPL-3.0-only" }
1011authors = [
11- { name =" arshiacomplus " , email =" arshiacomplus@gmail.com" },
12+ { name =" Arshia " , email =" arshiacomplus@gmail.com" },
1213]
1314requires-python = " >=3.8"
1415dependencies = [
@@ -19,6 +20,7 @@ dependencies = [
1920
2021classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments