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
nerfacc
Commits
2535b2b3
Unverified
Commit
2535b2b3
authored
Jan 31, 2023
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Jan 31, 2023
Browse files
Bump 0.3.4 (#154)
* update readme install, bump 0.3.4 * add package data * fix
parent
1d79f7b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
2535b2b3
...
@@ -121,6 +121,6 @@ setup(
...
@@ -121,6 +121,6 @@ setup(
ext_modules
=
get_extensions
()
if
not
BUILD_NO_CUDA
else
[],
ext_modules
=
get_extensions
()
if
not
BUILD_NO_CUDA
else
[],
cmdclass
=
{
"build_ext"
:
get_ext
()}
if
not
BUILD_NO_CUDA
else
{},
cmdclass
=
{
"build_ext"
:
get_ext
()}
if
not
BUILD_NO_CUDA
else
{},
packages
=
find_packages
(),
packages
=
find_packages
(),
package_data
=
{
""
:
[
"*.cu"
,
"*.cpp"
,
"*.h"
]},
package_data
=
{
"
*
"
:
[
"*.cu"
,
"*.cpp"
,
"*.h"
]},
include_package_data
=
include_package_data
,
include_package_data
=
include_package_data
,
)
)
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