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
This commit is contained in:
parent
51fb71534a
commit
dfb83c8631
@ -2,6 +2,7 @@
|
|||||||
name = packstack
|
name = packstack
|
||||||
summary = A utility to install OpenStack
|
summary = A utility to install OpenStack
|
||||||
description-file = README.md
|
description-file = README.md
|
||||||
|
long_description_content_type = text/markdown
|
||||||
author = RDO
|
author = RDO
|
||||||
author-email = rdo-list@redhat.com
|
author-email = rdo-list@redhat.com
|
||||||
home-page = http://www.rdoproject.org/
|
home-page = http://www.rdoproject.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user