def run(self):
"""Overridden method. Runs the build.
Library directories and include directories are checked here, first.
"""
# Add the numpy include directory.
self.include_dirs.insert(0, get_include())
# Call the base class method.
build_ext.run(self)
setup.py 文件源码
python
阅读 29
收藏 0
点赞 0
评论 0
评论列表
文章目录