We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04ad39 commit 4523622Copy full SHA for 4523622
pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "python_v2ray"
7
-version = "0.1.0"
+version = "0.1.2"
8
description = "A powerful, high-level Python wrapper for managing and testing V2Ray/Xray-core and Hysteria clients."
9
readme = "README.md"
10
license = { text = "GPL-3.0-only" }
11
authors = [
12
- { name="Arshia", email="arshiacomplus@gmail.com" },
+ { name="arshiacomplus", email="arshiacomplus@gmail.com" },
13
]
14
requires-python = ">=3.8"
15
dependencies = [
@@ -32,4 +32,4 @@ classifiers = [
32
packages = ["python_v2ray"]
33
34
[tool.setuptools.package-data]
35
-python_v2ray = ["vendor/*", "core_engine/*"]
+python_v2ray = ["vendor/*", "core_engine/*", "protos/**/*"]
0 commit comments