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