Fixing Pypi warnings and errors
- Issues with pypandoc prevented uploading
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# pycapnp
|
# 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)
|
[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
|
# 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",
|
||||||
|
|||||||
Reference in New Issue
Block a user