File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -217,9 +217,9 @@ VERSIONS WILL REQUIRE PYTHON 2.7 AND ABOVE.
217
217
218
218
- Logging levels have been reduced.
219
219
- 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).
221
221
- 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.
223
223
- Issue \# 133: Introduce a new environment variable
224
224
ZOOKEEPER\_ PORT\_ OFFSET for the testing support, to run the testing
225
225
cluster on a different range.
Original file line number Diff line number Diff line change 77
77
extras_require = {
78
78
'test' : tests_require ,
79
79
},
80
+ long_description_content_type = "text/markdown" ,
80
81
)
You can’t perform that action at this time.
0 commit comments