From 7f0064ed994b6ff4c9bd1bf65d46b97bfa8d50ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Fritze?= <rene.fritze@wwu.de>
Date: Fri, 11 Jun 2021 11:18:20 +0200
Subject: [PATCH] [py] fix wheel packaging

---
 python/setup.py.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/setup.py.in b/python/setup.py.in
index 4c92f2e5a..8b1fce9a4 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -44,6 +44,7 @@ setup(name='dune.gdt',
       cmdclass={
           'install': InstallPlatlib,
       },
+      distclass=BinaryDistribution,
       install_requires=['jinja2', 'where', 'codecov'],
       extras_requires={'parallel': ['bokeh', 'pymumps', 'metis']},
       )
-- 
GitLab