Skip to content

Commit 4523622

Browse files
Add files via upload
1 parent a04ad39 commit 4523622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python_v2ray"
7-
version = "0.1.0"
7+
version = "0.1.2"
88
description = "A powerful, high-level Python wrapper for managing and testing V2Ray/Xray-core and Hysteria clients."
99
readme = "README.md"
1010
license = { text = "GPL-3.0-only" }
1111
authors = [
12-
{ name="Arshia", email="arshiacomplus@gmail.com" },
12+
{ name="arshiacomplus", email="arshiacomplus@gmail.com" },
1313
]
1414
requires-python = ">=3.8"
1515
dependencies = [
@@ -32,4 +32,4 @@ classifiers = [
3232
packages = ["python_v2ray"]
3333

3434
[tool.setuptools.package-data]
35-
python_v2ray = ["vendor/*", "core_engine/*"]
35+
python_v2ray = ["vendor/*", "core_engine/*", "protos/**/*"]

0 commit comments

Comments
 (0)