From a7b36b13edf3f30bfc7171285743c15aae806ae3 Mon Sep 17 00:00:00 2001 From: Noam Yorav-Raphael Date: Wed, 4 Sep 2024 07:58:57 +0300 Subject: [PATCH] Don't add the tests/ package to the distribution (#52) Co-authored-by: Noam Yorav-Raphael --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe7d4c6..a0c511c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description_content_type="text/x-rst", author="Jacob Schaer", url="https://github.com/jacobschaer/python-doipclient", - packages=setuptools.find_packages(), + packages=['doipclient'], keywords=[ "uds", "14229",