"docs/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "fd01fbf0386828d95b85dffa02c4631fd313b895"
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" ...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "nerfacc" name = "nerfacc"
version = "0.0.5" version = "0.0.6"
authors = [{name = "Ruilong", email = "ruilongli94@gmail.com"}] authors = [{name = "Ruilong", email = "ruilongli94@gmail.com"}]
license = { text="MIT" } license = { text="MIT" }
requires-python = ">=3.8" requires-python = ">=3.8"
...@@ -17,6 +17,9 @@ dependencies = [ ...@@ -17,6 +17,9 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
[tool.setuptools.package-data]
"*" = ["*.cu", "*.cpp", "*.h"]
# for development # for development
dev = [ dev = [
"black", "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