"vscode:/vscode.git/clone" did not exist on "6e7ed49a93a1b0d47cef7722ea2c2f525dcb8795"
Unverified Commit 0e2fca65 authored by kiui's avatar kiui Committed by GitHub
Browse files

Merge pull request #2 from kulits/patch-1

Add missing setup.py packages entry
parents 1b9b10da 30876726
......@@ -122,6 +122,7 @@ setup(
url='https://github.com/ashawkey/cubvh',
author='kiui',
author_email='ashawkey1999@gmail.com',
packages=['cubvh'],
ext_modules=[
CUDAExtension(
name='_cubvh', # extension name, import this to use CUDA API
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment