From: Benjamin Braatz Date: Fri, 3 Jul 2020 15:16:25 +0000 (+0200) Subject: Fix setup error in newer installations X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=14a7474b2453703845b7e5069e22eae7c63b6a3f;p=graphit%2Fgraph-client-py.git Fix setup error in newer installations --- diff --git a/setup.py b/setup.py index f5abc08..7f72916 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,9 @@ setuptools.setup( long_description_content_type="text/markdown", url="http://docs.graph-it.com/graphit/graph-client-py", packages=setuptools.find_packages(), + setup_requires=[ + "wheel" + ], install_requires=[ "msgpack" ],