Skip to content

Commit

Permalink
Update setup.py classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
levi-rs committed Oct 4, 2016
1 parent 5645c36 commit 98f60ae
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
author='Levi Noecker',
author_email='levi.noecker@gmail.com',
url='https://github.com/levi-rs/explicit',
keywords=['selenium', 'explicit', 'wait', 'implicit'],
packages=find_packages(),
description='Easy explicit wait helpers for Selenium',
install_requires=install_requires,
Expand All @@ -21,14 +22,21 @@
'pytest',
],
classifiers=[
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 2.7',
'Development Status :: 1 - Planning',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Testing',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
Expand Down

0 comments on commit 98f60ae

Please sign in to comment.