From: Christian Kastner <ckk@kvr.at>
Date: Fri, 11 Sep 2020 23:29:49 +0200
Subject: Install tests

So that we can use pytest whilst keeping d/rules simple.

Forwarded: not-needed
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index af99909..029c927 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(name='multipledispatch',
       install_requires=['six'],
       license='BSD',
       keywords='dispatch',
-      packages=['multipledispatch'],
+      packages=['multipledispatch', 'multipledispatch.tests'],
       long_description=(open('README.rst').read() if exists('README.rst')
                         else ''),
       zip_safe=False)
