|
7 | 7 |
|
8 | 8 | setup(
|
9 | 9 | 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"], |
15 | 15 | author='Michael Mintz',
|
16 | 16 |
|
17 | 17 | 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 | + ], |
19 | 37 | install_requires=[
|
20 | 38 | 'pip',
|
21 | 39 | 'setuptools',
|
|
0 commit comments