Skip to content

Commit

Permalink
Fix url in python/setup.py setuptools metadata. (rapidsai#4937)
Browse files Browse the repository at this point in the history
Authors:
  - Carl Simon Adorf (https://github.com/csadorf)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#4937
  • Loading branch information
csadorf authored Oct 21, 2022
1 parent b4104f4 commit d4c038a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"Programming Language :: Python :: 3.9"
],
author="NVIDIA Corporation",
url="https://github.com/rapidsai/cudf",
url="https://github.com/rapidsai/cuml",
setup_requires=['Cython>=0.29,<0.30'],
packages=find_packages(include=['cuml', 'cuml.*']),
package_data={
Expand Down

0 comments on commit d4c038a

Please sign in to comment.