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
cc700f5b
Unverified
Commit
cc700f5b
authored
Sep 16, 2022
by
Matthew Tancik
Committed by
GitHub
Sep 16, 2022
Browse files
Include pip package data (#15)
parent
17558c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
pyproject.toml
pyproject.toml
+4
-1
No files found.
pyproject.toml
View file @
cc700f5b
...
@@ -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"
,
...
...
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