Exclude tests from distribution packages.

This commit is contained in:
Dan Helfman
2019-02-09 05:02:19 +00:00
committed by Gitea
+1 -1
View File
@@ -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',