From 99e07152b88d2d5e6674ea77d1d255163b77e678 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 19 Jun 2020 14:16:20 -0400 Subject: [PATCH] Specify the README format for pipy Set the format to markdown because the default is rst --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 10701bc..963cd66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ author-email = opensource@internap.com summary = Friendly python client to James D. Bloom's awesome MockServer description-file = README.md +long_description_content_type = text/markdown classifier = Development Status :: 3 - Alpha Intended Audience :: Developers