Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 7fd0388.
  • Loading branch information
wangweichen committed Apr 29, 2018
1 parent 7fd0388 commit 8178275
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -90,6 +91,7 @@ def find_version(*file_paths):
**common_args)
]


setup(
name="ctpwrapper",
version=find_version("ctpwrapper", "__init__.py"),
Expand Down

0 comments on commit 8178275

Please sign in to comment.