Skip to content

Commit

Permalink
Merge pull request #1350 from JLJLJ/master
Browse files Browse the repository at this point in the history
setup_cpython.py第99行bug修复
  • Loading branch information
JLJLJ authored Nov 16, 2019
2 parents c443e8e + bc39ec4 commit f5eacae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def read(fname):

ext_modules = [
Extension('QUANTAXIS.QAARP.QAAccount', ['QUANTAXIS/QAARP/QAAccount.pyx']),
Extension('QUANTAXIS.QAMARKET.QAOrder', ['QUANTAXIS/QAMARKET/QAOrder.pyx'])]
Extension('QUANTAXIS.QAMarket.QAOrder', ['QUANTAXIS/QAMarket/QAOrder.pyx'])]

setup(
name=NAME,
Expand Down

0 comments on commit f5eacae

Please sign in to comment.