diff --git a/setup.py b/setup.py index 42a77e0..65a6930 100644 --- a/setup.py +++ b/setup.py @@ -30,4 +30,5 @@ 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Libraries' ], + install_requires=["wheel"] ) \ No newline at end of file