Skip to content

Commit 12375c0

Browse files
author
Andrei
committed
Update setup.py
1 parent 483ca1a commit 12375c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ def finalize_options(self):
5050
pass
5151

5252
def run(self):
53+
logging.info("Prepapre wheel")
54+
os.system("pip install wheel")
55+
5356
logging.info("Building Source and Wheel distribution . . .")
5457
os.system("python setup.py sdist bdist_wheel")
5558

0 commit comments

Comments
 (0)