Fixing Pypi warnings and errors

- Issues with pypandoc prevented uploading
This commit is contained in:
Jacob Alexander
2019-12-26 23:16:40 -08:00
parent 0e7a133080
commit 84600a7ebf
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# pycapnp # pycapnp
[![Actions Status](https://github.com/capnproto/pycapnp/workflows/Packaging%20Test/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)
[![Actions Status](https://github.com/capnproto/pycapnp/workflows/manylinux2010/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) [Cap'n'proto Mailing List](https://groups.google.com/forum/#!forum/capnproto)

View File

@@ -200,6 +200,7 @@ setup(
# PyPi info # PyPi info
description="A cython wrapping of the C++ Cap'n Proto library", description="A cython wrapping of the C++ Cap'n Proto library",
long_description=long_description, long_description=long_description,
long_description_content_type = 'text/x-rst',
license='BSD', license='BSD',
author="Jacob Alexander", # <- Current maintainer; Original author -> Jason Paryani (setup.py only supports 1 author...) author="Jacob Alexander", # <- Current maintainer; Original author -> Jason Paryani (setup.py only supports 1 author...)
author_email="haata@kiibohd.com", author_email="haata@kiibohd.com",