File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,9 +217,9 @@ VERSIONS WILL REQUIRE PYTHON 2.7 AND ABOVE.
217217
218218- Logging levels have been reduced.
219219 - Logging previously at the ` logging.DEBUG ` level is now logged at
220- the ` kazoo.loggingsupport.BLATHER ` level (5).
220+ the ` kazoo.loggingsupport.BLATHER ` level (5).
221221 - Some low-level logging previously at the ` logging.INFO ` level is
222- now logged at the ` logging.DEBUG ` level.
222+ now logged at the ` logging.DEBUG ` level.
223223- Issue \# 133: Introduce a new environment variable
224224 ZOOKEEPER\_ PORT\_ OFFSET for the testing support, to run the testing
225225 cluster on a different range.
Original file line number Diff line number Diff line change 7777 extras_require = {
7878 'test' : tests_require ,
7979 },
80+ long_description_content_type = "text/markdown" ,
8081)
You can’t perform that action at this time.
0 commit comments