|
50 | 50 | long_description=long_description,
|
51 | 51 | long_description_content_type='text/markdown',
|
52 | 52 | url='https://github.com/seleniumbase/SeleniumBase',
|
53 |
| - platforms=["Windows", "Linux", "Unix", "Mac OS-X"], |
| 53 | + platforms=["Windows", "Linux", "Mac OS-X"], |
54 | 54 | author='Michael Mintz',
|
55 | 55 |
|
56 | 56 | maintainer='Michael Mintz',
|
57 | 57 | license="MIT",
|
58 | 58 | classifiers=[
|
59 |
| - "License :: OSI Approved :: MIT License", |
60 | 59 | "Development Status :: 5 - Production/Stable",
|
61 |
| - "Topic :: Internet", |
62 |
| - "Topic :: Scientific/Engineering", |
63 |
| - "Topic :: Software Development", |
64 |
| - "Topic :: Software Development :: Quality Assurance", |
65 |
| - "Topic :: Software Development :: Testing", |
66 |
| - "Topic :: Software Development :: Testing :: Acceptance", |
67 |
| - "Topic :: Software Development :: Testing :: Traffic Generation", |
68 |
| - "Topic :: Utilities", |
| 60 | + "Framework :: Pytest", |
69 | 61 | "Intended Audience :: Developers",
|
70 | 62 | "Intended Audience :: Information Technology",
|
| 63 | + "License :: OSI Approved :: MIT License", |
| 64 | + "Operating System :: MacOS :: MacOS X", |
71 | 65 | "Operating System :: Microsoft :: Windows",
|
72 |
| - "Operating System :: Unix", |
73 |
| - "Operating System :: MacOS", |
74 |
| - "Framework :: Pytest", |
| 66 | + "Operating System :: POSIX :: Linux", |
75 | 67 | "Programming Language :: Python",
|
76 | 68 | "Programming Language :: Python :: 2.7",
|
77 |
| - "Programming Language :: Python :: 3", |
78 | 69 | "Programming Language :: Python :: 3.5",
|
79 | 70 | "Programming Language :: Python :: 3.6",
|
80 | 71 | "Programming Language :: Python :: 3.7",
|
81 | 72 | "Programming Language :: Python :: 3.8",
|
| 73 | + "Topic :: Internet", |
| 74 | + "Topic :: Scientific/Engineering", |
| 75 | + "Topic :: Software Development", |
| 76 | + "Topic :: Software Development :: Quality Assurance", |
| 77 | + "Topic :: Software Development :: Libraries", |
| 78 | + "Topic :: Software Development :: Testing", |
| 79 | + "Topic :: Software Development :: Testing :: Acceptance", |
| 80 | + "Topic :: Software Development :: Testing :: Traffic Generation", |
| 81 | + "Topic :: Utilities", |
82 | 82 | ],
|
83 | 83 | install_requires=[
|
84 | 84 | 'pip>=20.1',
|
|
0 commit comments