From dfb83c86319deeca9a6d3039db56c07164419a1e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 6 Sep 2019 07:41:32 +0200 Subject: [PATCH] Fix setup.py for Pypi PYPI now requires that markdown files are flagged, fix this. See failure here: https://zuul.opendev.org/t/openstack/build/efe723049d554688a1c50f43425f63e6 Change-Id: I4b34395767750449bede8845ddb54eb224a3bd06 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index caa5c14a5..1d6ef5229 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,7 @@ name = packstack summary = A utility to install OpenStack description-file = README.md +long_description_content_type = text/markdown author = RDO author-email = rdo-list@redhat.com home-page = http://www.rdoproject.org/