Commit f49a4405 authored by Ruilong Li's avatar Ruilong Li
Browse files

fix: c code not included for pypi

parent cf7ebaf1
include nerfacc/cuda/csrc/include/*
include nerfacc/cuda/csrc/*
......@@ -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,
)
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