forked from pool/python-protonvpn-nm-lib
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:
13
exclude-tests.patch
Normal file
13
exclude-tests.patch
Normal 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",
|
Reference in New Issue
Block a user