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
f49a4405
Commit
f49a4405
authored
Feb 23, 2023
by
Ruilong Li
Browse files
fix: c code not included for pypi
parent
cf7ebaf1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
MANIFEST.in
MANIFEST.in
+2
-0
setup.py
setup.py
+0
-1
No files found.
MANIFEST.in
0 → 100644
View file @
f49a4405
include nerfacc/cuda/csrc/include/*
include nerfacc/cuda/csrc/*
setup.py
View file @
f49a4405
...
...
@@ -121,6 +121,5 @@ setup(
ext_modules
=
get_extensions
()
if
not
BUILD_NO_CUDA
else
[],
cmdclass
=
{
"build_ext"
:
get_ext
()}
if
not
BUILD_NO_CUDA
else
{},
packages
=
find_packages
(),
package_data
=
{
"*"
:
[
"*.cu"
,
"*.cpp"
,
"*.h"
]},
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