forked from pool/python-protonvpn-nm-lib
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
14 lines
448 B
Diff
14 lines
448 B
Diff
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",
|