Skip to content

Commit

Permalink
[py] Fix homepage attribute in wheel target
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Feb 15, 2021
1 parent 5c446c4 commit 450eb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ py_wheel(
],
description_file = "README.rst",
distribution = "selenium",
homepage = "www.selenium.dev",
homepage = "https://www.selenium.dev",
license = "Apache 2.0",
python_requires = "~=3.7",
python_tag = "py3",
Expand Down

0 comments on commit 450eb05

Please sign in to comment.