From fcf4e03c2fdba6fbb45a2d2441c817e145f54410 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 8 Feb 2019 19:22:56 +0100 Subject: [PATCH] exclude tests from distribution packages --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ebffd6e..5a76fd19 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( 'Topic :: Security :: Cryptography', 'Topic :: System :: Archiving :: Backup', ], - packages=find_packages(), + packages=find_packages(exclude=['tests*']), entry_points={ 'console_scripts': [ 'borgmatic = borgmatic.commands.borgmatic:main',