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 -- 2.34.1