Skip to content

Commit 82d5c88

Browse files
committed
fixes README rst
1 parent 84263eb commit 82d5c88

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=======
1+
-------
22
History
3-
=======
3+
-------
44

55
0.5.0 (2019-07-04)
66
------------------

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Even if a ``ChoicesEnum`` class is an iterator by itself, you can use ``.options
231231
assert Colors.options() == [Colors.RED, Colors.GREEN, Colors.BLUE]
232232
233233
A "dict like" get
234-
-------------
234+
-----------------
235235

236236
Use ``.get(value, default=None)`` method to receive ``default`` if ``value`` is not an item of enum:
237237

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tox==3.6.1
88
Sphinx==1.8.3
99

1010
# build / deploy
11-
PyYAML==3.13
11+
PyYAML==4.2b1
1212
wheel==0.32.3
1313
bumpversion==0.5.3
1414
cryptography==2.4.2

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
'enum34;python_version<"3.4"',
1616
]
1717

18-
setup_requirements = [
19-
# TODO(loggi): put setup requirements (distutils extensions, etc.) here
20-
]
18+
setup_requirements = []
2119

2220
setup(
2321
name='choicesenum',

0 commit comments

Comments
 (0)