Skip to content

Commit

Permalink
[py] Include readme in Wheel so it's rendered on Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Nov 11, 2020
1 parent 60e673d commit ad329ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ py_package(
py_wheel(
name = "selenium-wheel",
distribution = "selenium",
description_file = "README.rst",
python_tag = "py3",
requires = [
"urllib3[secure]",
Expand Down

0 comments on commit ad329ee

Please sign in to comment.