Skip to content

Commit

Permalink
Add readme to pyproject.toml (#16)
Browse files Browse the repository at this point in the history
Just adds the readme to pip wheel so that the [pypi.org page isn't
blank](https://pypi.org/project/rapids-dask-dependency/23.12.1/).
  • Loading branch information
raydouglass authored Dec 18, 2023
1 parent f55afad commit 68644e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pip/rapids-dask-dependency/README.md
1 change: 1 addition & 0 deletions pip/rapids-dask-dependency/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies = [
"distributed @ git+https://github.com/dask/distributed.git@main",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }

[tool.setuptools]
license-files = ["LICENSE"]

0 comments on commit 68644e5

Please sign in to comment.