From 68644e5bbefed64fd2297b90dc23b1267ef46151 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:57:02 -0500 Subject: [PATCH] Add readme to pyproject.toml (#16) 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/). --- pip/rapids-dask-dependency/README.md | 1 + pip/rapids-dask-dependency/pyproject.toml | 1 + 2 files changed, 2 insertions(+) create mode 120000 pip/rapids-dask-dependency/README.md diff --git a/pip/rapids-dask-dependency/README.md b/pip/rapids-dask-dependency/README.md new file mode 120000 index 0000000..fe84005 --- /dev/null +++ b/pip/rapids-dask-dependency/README.md @@ -0,0 +1 @@ +../../README.md \ No newline at end of file diff --git a/pip/rapids-dask-dependency/pyproject.toml b/pip/rapids-dask-dependency/pyproject.toml index 7b4685d..4eb6ee1 100644 --- a/pip/rapids-dask-dependency/pyproject.toml +++ b/pip/rapids-dask-dependency/pyproject.toml @@ -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"]