Skip to content

Commit e2bd8d8

Browse files
committed
Version 1.15.0
1 parent 5e86e9e commit e2bd8d8

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

setup.py

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,33 @@
77

88
setup(
99
name='seleniumbase',
10-
version='1.14.6',
11-
description='Web Automation & Testing Framework - http://seleniumbase.com',
12-
long_description='Web Automation and Testing Framework - seleniumbase.com',
13-
platforms='Mac * Windows * Linux * Docker',
14-
url='http://seleniumbase.com',
10+
version='1.15.0',
11+
description='All-In-One Test Automation Framework',
12+
long_description='Web Automation, Testing, and User-Onboarding Framework',
13+
url='https://github.com/seleniumbase/SeleniumBase',
14+
platforms=["Windows", "Linux", "Unix", "Mac OS-X"],
1515
author='Michael Mintz',
1616
author_email='[email protected]',
1717
maintainer='Michael Mintz',
18-
license='The MIT License',
18+
license="MIT",
19+
classifiers=[
20+
"License :: OSI Approved :: MIT License",
21+
"Development Status :: 5 - Production/Stable",
22+
"Topic :: Internet",
23+
"Topic :: Scientific/Engineering",
24+
"Topic :: Software Development",
25+
"Operating System :: Microsoft :: Windows",
26+
"Operating System :: Linux",
27+
"Operating System :: Unix",
28+
"Operating System :: MacOS",
29+
"Programming Language :: Python",
30+
"Programming Language :: Python :: 2.7",
31+
"Programming Language :: Python :: 3",
32+
"Programming Language :: Python :: 3.4",
33+
"Programming Language :: Python :: 3.5",
34+
"Programming Language :: Python :: 3.6",
35+
"Programming Language :: Python :: 3.7",
36+
],
1937
install_requires=[
2038
'pip',
2139
'setuptools',

0 commit comments

Comments
 (0)