We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project_urls
1 parent f91fec5 commit 0d38875Copy full SHA for 0d38875
py/setup.py
@@ -32,6 +32,12 @@
32
'description': 'Python bindings for Selenium',
33
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
34
'url': 'https://github.com/SeleniumHQ/selenium/',
35
+ 'project_urls': {
36
+ 'Bug Tracker': 'https://github.com/SeleniumHQ/selenium/issues',
37
+ 'Changes': 'https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES',
38
+ 'Documentation': 'https://www.selenium.dev/documentation/overview/',
39
+ 'Source Code': 'https://github.com/SeleniumHQ/selenium/tree/trunk/py',
40
+ },
41
'python_requires': '~=3.7',
42
'classifiers': ['Development Status :: 5 - Production/Stable',
43
'Intended Audience :: Developers',
0 commit comments