Skip to content

Commit c2d1f90

Browse files
Add files via upload
1 parent 0f72d9f commit c2d1f90

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ authors = [
1010
]
1111
description = "A powerful, high-level Python wrapper for managing and testing V2Ray/Xray-core and Hysteria clients."
1212
readme = "README.md"
13-
14-
license = "GPL-3.0-only"
15-
license-files = ["LICENSE"]
16-
1713
requires-python = ">=3.8"
1814
keywords = ["v2ray", "xray", "hysteria", "proxy", "tester", "api", "wrapper"]
1915
classifiers = [
2016
"Programming Language :: Python :: 3",
21-
# "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", # <-- This line is now removed as requested by the warning.
17+
# We still need a classifier for PyPI to categorize the license
18+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2219
"Operating System :: OS Independent",
2320
"Intended Audience :: Developers",
2421
"Topic :: Internet :: Proxy Servers",
@@ -38,6 +35,8 @@ dependencies = [
3835
[tool.setuptools]
3936
packages = ["python_v2ray", "python_v2ray.protos.app.stats.command"]
4037

38+
license-files = ["LICENSE"]
39+
4140
[tool.setuptools.package-data]
4241
python_v2ray = [
4342
"vendor/*",

0 commit comments

Comments
 (0)