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

@@ -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",