Skip to content

Commit 0ebdd4c

Browse files
authored
Merge pull request #31 from levi-rs/update-setup-cfg
Fix setup.cfg formatting
2 parents 467e023 + b5c8343 commit 0ebdd4c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGES
22
=======
33

4+
0.1.2
5+
-----
6+
47
* Fix bad requirement in requirements.txt
58

69
0.1.1

setup.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ summary = Easy explicit wait helpers for Selenium
66
description-file = README.rst
77
home-page = https://github.com/levi-rs/explicit
88
license = MIT
9+
keywords = selenium explicit wait implicit
910
classifiers =
1011
Development Status :: 4 - Beta
1112
Intended Audience :: Developers
@@ -24,11 +25,6 @@ classifiers =
2425
Programming Language :: Python :: 3.6
2526
Programming Language :: Python :: Implementation :: CPython
2627
Programming Language :: Python :: Implementation :: PyPy
27-
keywords =
28-
selenium
29-
explicit
30-
wait
31-
implicit
3228

3329
[build_sphinx]
3430
all_files = 1

0 commit comments

Comments
 (0)