Преглед изворни кода

Exclude tests from distribution packages.

Dan Helfman пре 6 година
родитељ
комит
8cf16c7831
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      setup.py

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