Fixing Pypi warnings and errors
- Issues with pypandoc prevented uploading
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# pycapnp
|
||||
|
||||
[](https://github.com/capnproto/pycapnp/actions)
|
||||
[](https://github.com/capnproto/pycapnp/actions)
|
||||
[](https://github.com/capnproto/pycapnp/actions)
|
||||
[](https://github.com/capnproto/pycapnp/actions)
|
||||
|
||||
[Cap'n'proto Mailing List](https://groups.google.com/forum/#!forum/capnproto)
|
||||
|
||||
|
||||
1
setup.py
1
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",
|
||||
|
||||
Reference in New Issue
Block a user