Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
cubvh
Commits
0e2fca65
Unverified
Commit
0e2fca65
authored
Jan 15, 2023
by
kiui
Committed by
GitHub
Jan 15, 2023
Browse files
Merge pull request #2 from kulits/patch-1
Add missing setup.py packages entry
parents
1b9b10da
30876726
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup.py
setup.py
+2
-1
No files found.
setup.py
View file @
0e2fca65
...
@@ -122,6 +122,7 @@ setup(
...
@@ -122,6 +122,7 @@ setup(
url
=
'https://github.com/ashawkey/cubvh'
,
url
=
'https://github.com/ashawkey/cubvh'
,
author
=
'kiui'
,
author
=
'kiui'
,
author_email
=
'ashawkey1999@gmail.com'
,
author_email
=
'ashawkey1999@gmail.com'
,
packages
=
[
'cubvh'
],
ext_modules
=
[
ext_modules
=
[
CUDAExtension
(
CUDAExtension
(
name
=
'_cubvh'
,
# extension name, import this to use CUDA API
name
=
'_cubvh'
,
# extension name, import this to use CUDA API
...
@@ -153,4 +154,4 @@ setup(
...
@@ -153,4 +154,4 @@ setup(
'matplotlib'
,
'matplotlib'
,
'dearpygui'
,
'dearpygui'
,
],
],
)
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment