Skip to content

Commit cc4006e

Browse files
Nakul Pathakjeffwidman
authored andcommitted
docs: specify description type for pypi to render correctly
1 parent 47e07a9 commit cc4006e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@
7777
extras_require={
7878
'test': tests_require,
7979
},
80+
long_description_content_type="text/markdown",
8081
)

0 commit comments

Comments
 (0)