From 7a687a99a6735d04aad95629f2fbc465421913c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 18 Oct 2020 10:49:09 +0300 Subject: [PATCH] Do not install tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 689a6cd..a30fde2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( author_email='nigel@nldr.net', url='https://github.com/ndokter/dsmr_parser', version='0.22', - packages=find_packages(), + packages=find_packages(exclude=('test', 'test.*')), install_requires=[ 'pyserial>=3,<4', 'pyserial-asyncio<1',