From c0544294260c472db1f6b0dc7ef44b82d9361a8f Mon Sep 17 00:00:00 2001 From: Michael Dinitz Date: Thu, 11 Sep 2025 16:37:22 +0200 Subject: [PATCH] added exclude to setup to not copy tests when installing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8f46683..faf52b34 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ author_email="marcus@abstractfactory.io", url="https://github.com/pyblish/pyblish", license="LGPL", - packages=find_packages(), + packages=find_packages(exclude=["tests","tests.*"]), zip_safe=False, classifiers=classifiers, package_data={