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"]