Updated structure to group Cython and CUDA modules in separate folders.

这个提交包含在:
Craig Warren
2019-06-10 16:04:08 +01:00
父节点 6b6e569a2c
当前提交 4d061c4b1b
共有 28 个文件被更改,包括 49 次插入49 次删除

查看文件

@@ -51,8 +51,8 @@ with open('README.rst','r') as fd:
long_description = fd.read()
# Python version
if sys.version_info[:2] < (3, 4):
sys.exit('\nExited: Requires Python 3.4 or newer!\n')
if sys.version_info[:2] < (3, 6):
sys.exit('\nExited: Requires Python 3.6 or newer!\n')
# Process 'build' command line argument
if 'build' in sys.argv: