Unverified Commit cc700f5b authored by Matthew Tancik's avatar Matthew Tancik Committed by GitHub
Browse files

Include pip package data (#15)

parent 17558c2a
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "nerfacc"
version = "0.0.5"
version = "0.0.6"
authors = [{name = "Ruilong", email = "ruilongli94@gmail.com"}]
license = { text="MIT" }
requires-python = ">=3.8"
......@@ -17,6 +17,9 @@ dependencies = [
[project.optional-dependencies]
[tool.setuptools.package-data]
"*" = ["*.cu", "*.cpp", "*.h"]
# for development
dev = [
"black",
......
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