Skip to content

Commit

Permalink
Keep license metadata & add license file in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored and vyasr committed Feb 17, 2023
1 parent 6b2ca6a commit 14743e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "NVIDIA Corporation" },
]
license = { file = "LICENSE" }
license = { text = "Apache 2.0" }
requires-python = ">=3.8"
dependencies = [
"cuda-python>=11.7.1,<12.0",
Expand Down
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from skbuild import setup

setup(
license_files=["LICENSE"],
packages=find_packages(include=["rmm", "rmm.*"]),
zip_safe=False,
)

0 comments on commit 14743e6

Please sign in to comment.