Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Add classifiers to package
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Dec 19, 2016
1 parent c25ef3f commit 2a53f1d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,17 @@
install_requires=['selenium>=3.0.1'],
setup_requires=['setuptools_scm'],
license='Mozilla Public License 2.0 (MPL 2.0)',
keywords='firefox ui testing mozilla selenium')
keywords='firefox ui testing mozilla selenium',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Operating System :: POSIX',
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS :: MacOS X',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing',
'Topic :: Utilities',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5'])

0 comments on commit 2a53f1d

Please sign in to comment.