Skip to content

Commit

Permalink
VERSION 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Blank committed Aug 15, 2019
1 parent ba68e73 commit c95c9f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import distutils
import os
import sys
import traceback

import setuptools
from setuptools import setup, Extension
Expand Down Expand Up @@ -198,7 +199,7 @@ def run_setup(setup_args):
print("WARNING:", ex_value)
print()
print("=" * 75)
# traceback.print_exc()
traceback.print_exc()
print("=" * 75)
print()
print("WARNING: For the compiled libraries numpy is required. Please make sure they are installed")
Expand Down

0 comments on commit c95c9f9

Please sign in to comment.