Skip to content

Commit

Permalink
Fix whitespace & add URLs in pyproject.toml (#1092)
Browse files Browse the repository at this point in the history
Authors:
  - https://github.com/jakirkham

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)

URL: #1092
  • Loading branch information
jakirkham authored Jan 25, 2023
1 parent 66a6a46 commit 9ff3996
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "NVIDIA Corporation" },
]
license= { text = "Apache-2.0" }
license = { text = "Apache-2.0" }
requires-python = ">=3.8"
dependencies = [
"dask >=2022.12.0",
Expand All @@ -27,7 +27,7 @@ dependencies = [
"pandas >=1.0",
"zict >=0.1.3",
]
classifiers=[
classifiers = [
"Intended Audience :: Developers",
"Topic :: Database",
"Topic :: Scientific/Engineering",
Expand Down Expand Up @@ -58,6 +58,8 @@ test = [

[project.urls]
Homepage = "https://github.com/rapidsai/dask-cuda"
Documentation = "https://docs.rapids.ai/api/dask-cuda/stable/"
Source = "https://github.com/rapidsai/dask-cuda"

[tool.coverage.run]
disable_warnings = [
Expand Down

0 comments on commit 9ff3996

Please sign in to comment.