Skip to content

Commit

Permalink
[py] Add more details to python wheel [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Nov 12, 2020
1 parent 1b23c91 commit e17affd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,22 @@ py_wheel(
name = "selenium-wheel",
distribution = "selenium",
description_file = "README.rst",
homepage = "www.selenium.dev",
license = "Apache 2.0",
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX',
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS :: MacOS X',
'Topic :: Software Development :: Testing',
'Topic :: Software Development :: Libraries',
'Programming Language :: Python',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
],
python_tag = "py3",
requires = [
"urllib3[secure]",
Expand Down

0 comments on commit e17affd

Please sign in to comment.