Skip to content

Commit 2633c07

Browse files
committed
Organize setup.py classifiers
1 parent 6207316 commit 2633c07

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

setup.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,35 +50,35 @@
5050
long_description=long_description,
5151
long_description_content_type='text/markdown',
5252
url='https://github.com/seleniumbase/SeleniumBase',
53-
platforms=["Windows", "Linux", "Unix", "Mac OS-X"],
53+
platforms=["Windows", "Linux", "Mac OS-X"],
5454
author='Michael Mintz',
5555
author_email='[email protected]',
5656
maintainer='Michael Mintz',
5757
license="MIT",
5858
classifiers=[
59-
"License :: OSI Approved :: MIT License",
6059
"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",
6961
"Intended Audience :: Developers",
7062
"Intended Audience :: Information Technology",
63+
"License :: OSI Approved :: MIT License",
64+
"Operating System :: MacOS :: MacOS X",
7165
"Operating System :: Microsoft :: Windows",
72-
"Operating System :: Unix",
73-
"Operating System :: MacOS",
74-
"Framework :: Pytest",
66+
"Operating System :: POSIX :: Linux",
7567
"Programming Language :: Python",
7668
"Programming Language :: Python :: 2.7",
77-
"Programming Language :: Python :: 3",
7869
"Programming Language :: Python :: 3.5",
7970
"Programming Language :: Python :: 3.6",
8071
"Programming Language :: Python :: 3.7",
8172
"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",
8282
],
8383
install_requires=[
8484
'pip>=20.1',

0 commit comments

Comments
 (0)