"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "c3c4495c7ac8181be47e49ed2bc935d340e47981"
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
......@@ -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