From 84600a7ebf49d11f557828c8624a1555bcfe20da Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Thu, 26 Dec 2019 23:16:40 -0800 Subject: [PATCH] Fixing Pypi warnings and errors - Issues with pypandoc prevented uploading --- README.md | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dbe24f..fb04518 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # pycapnp -[![Actions Status](https://github.com/capnproto/pycapnp/workflows/Packaging%20Test/badge.svg)](https://github.com/capnproto/pycapnp/actions) -[![Actions Status](https://github.com/capnproto/pycapnp/workflows/manylinux2010/badge.svg)](https://github.com/capnproto/pycapnp/actions) +[![Packaging Status](https://github.com/capnproto/pycapnp/workflows/Packaging%20Test/badge.svg)](https://github.com/capnproto/pycapnp/actions) +[![manylinux2010 Status](https://github.com/capnproto/pycapnp/workflows/manylinux2010/badge.svg)](https://github.com/capnproto/pycapnp/actions) [Cap'n'proto Mailing List](https://groups.google.com/forum/#!forum/capnproto) diff --git a/setup.py b/setup.py index 10aa511..27053c5 100644 --- a/setup.py +++ b/setup.py @@ -200,6 +200,7 @@ setup( # PyPi info description="A cython wrapping of the C++ Cap'n Proto library", long_description=long_description, + long_description_content_type = 'text/x-rst', license='BSD', author="Jacob Alexander", # <- Current maintainer; Original author -> Jason Paryani (setup.py only supports 1 author...) author_email="haata@kiibohd.com",