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