mbox series

[libgpiod,0/1] bindings: python: move long_description into README.md

Message ID 20231017145549.179355-1-phil@gadgetoid.com
Headers show
Series bindings: python: move long_description into README.md | expand

Message

Phil Howard Oct. 17, 2023, 2:55 p.m. UTC
Move the long_description text from setup.py (which appears as the
description on pypi) into a separate README.md and include it in the
project.

This README assumes that "bindings: python: optionally include module in
sdist" has been applied and that the pypi package will be uploaded to
"gpiod", replacing the unofficial pure-Python bindings that currently live
there.

It also includes some very basic usage examples.

Phil Howard (1):
  bindings: python: move long_description into README.md

 bindings/python/MANIFEST.in |   1 +
 bindings/python/README.md   | 104 ++++++++++++++++++++++++++++++++++++
 bindings/python/setup.py    |   4 +-
 3 files changed, 107 insertions(+), 2 deletions(-)
 create mode 100644 bindings/python/README.md