14
0
Files
python-protonvpn-nm-lib/exclude-tests.patch

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",