Blob Blame History Raw
From 89bfbfb5bb0ffc823664557ff59f90db03f7b10f Mon Sep 17 00:00:00 2001
From: Chris Warrick <kwpolska@gmail.com>
Date: Fri, 7 Feb 2020 13:06:06 +0100
Subject: [PATCH] =?UTF-8?q?Fix=20#3348=20=E2=80=94=20don=E2=80=99t=20ship?=
 =?UTF-8?q?=20tests=20to=20site-packages?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

diff --git a/setup.py b/setup.py
index f6ca027b7..e4f2c7fc7 100755
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ def run(self):
       author='Roberto Alsina and others',
       author_email='ralsina@netmanagers.com.ar',
       url='https://getnikola.com/',
-      packages=find_packages(exclude=('tests',)),
+      packages=find_packages(exclude=('tests', 'tests.*')),
       license='MIT',
       keywords='website, blog, static',
       classifiers=['Development Status :: 5 - Production/Stable',