Unverified Commit 30876726 authored by peterkulits's avatar peterkulits Committed by GitHub
Browse files

Add missing setup.py packages entry

parent 1b9b10da
......@@ -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
......@@ -153,4 +154,4 @@ setup(
'matplotlib',
'dearpygui',
],
)
\ No newline at end of file
)
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