Skip to content

Commit c95c9f9

Browse files
author
Julian Blank
committed
VERSION 0.3.1
1 parent ba68e73 commit c95c9f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import distutils
33
import os
44
import sys
5+
import traceback
56

67
import setuptools
78
from setuptools import setup, Extension
@@ -198,7 +199,7 @@ def run_setup(setup_args):
198199
print("WARNING:", ex_value)
199200
print()
200201
print("=" * 75)
201-
# traceback.print_exc()
202+
traceback.print_exc()
202203
print("=" * 75)
203204
print()
204205
print("WARNING: For the compiled libraries numpy is required. Please make sure they are installed")

0 commit comments

Comments
 (0)