Skip to content

Commit

Permalink
rtfd
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 8, 2015
1 parent 15a1bed commit 6893447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import setuptools
import glob, time, platform, os, numpy, sysconfig, sys, shutil, io
from setuptools import setup, Extension
import glob, time, platform, os, sysconfig, sys, shutil, io

VERSION = '3.1.2'

Expand Down Expand Up @@ -47,7 +48,7 @@ def read(*filenames, **kwargs):




import numpy



Expand Down Expand Up @@ -84,7 +85,6 @@ def read(*filenames, **kwargs):
#from distutils.debug import *


from setuptools import setup, Extension
from distutils.command.build_clib import build_clib


Expand Down

0 comments on commit 6893447

Please sign in to comment.