From 8178275d23c845a8c8512d3b783541af7758b2bc Mon Sep 17 00:00:00 2001 From: wangweichen Date: Sun, 29 Apr 2018 18:08:49 +0800 Subject: [PATCH] Revert "test" This reverts commit 7fd0388056a9e4e9a37b086e87b763aa0d90aba5. --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 780c100..e740ebe 100755 --- a/setup.py +++ b/setup.py @@ -7,9 +7,10 @@ import sys from distutils.dir_util import copy_tree +from setuptools import setup + from Cython.Build import cythonize, build_ext from Cython.Distutils import Extension as Cython_Extension -from setuptools import setup # issue put in the cython library bellow will cause @@ -90,6 +91,7 @@ def find_version(*file_paths): **common_args) ] + setup( name="ctpwrapper", version=find_version("ctpwrapper", "__init__.py"),