14
0

Accepting request 1113466 from home:avicenzi:branches:devel:languages:python

Update to 3.16.0

OBS-URL: https://build.opensuse.org/request/show/1113466
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-protonvpn-nm-lib?expand=0&rev=13
This commit is contained in:
2023-09-25 14:33:08 +00:00
committed by Git OBS Bridge
parent 37ae7c2aa2
commit 2322f98b30
5 changed files with 27 additions and 6 deletions

13
exclude-tests.patch Normal file
View File

@@ -0,0 +1,13 @@
diff --git a/setup.py b/setup.py
index e65ffcf..51c8220 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ Proton VPN NetworkManager library for Linux clients.
setup(
name="protonvpn-nm-lib",
version=APP_VERSION,
- packages=find_packages(),
+ packages=find_packages(exclude=["tests"]),
description="Proton VPN NetworkManager Linux library",
author="Proton Technologies AG",
author_email="contact@protonvpn.com",