diff options
| author | Nakul Pathak <nakul@sigopt.com> | 2018-10-08 16:26:53 -0700 |
|---|---|---|
| committer | Jeff Widman <jeff@jeffwidman.com> | 2018-10-09 12:39:04 -0700 |
| commit | cc4006e6a8ea9441b01a631f3350357a8a2e4088 (patch) | |
| tree | 1f51a59cc30505898e02b0badba5ae94bf8f4d0c /setup.py | |
| parent | 47e07a9674713b0756bce0811545c4442d40b60b (diff) | |
| download | kazoo-cc4006e6a8ea9441b01a631f3350357a8a2e4088.tar.gz | |
docs: specify description type for pypi to render correctly
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,4 +77,5 @@ setup( extras_require={ 'test': tests_require, }, + long_description_content_type="text/markdown", ) |
