bindings: python: remove egg-info during clean

The egg-info directory gets generated when a distribution is built so
should be removed when `make clean` is run.

Signed-off-by: Vincent Fazio <vfazio@gmail.com>
Link: https://patch.msgid.link/20260228185213.31442-1-vfazio@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
1 file changed
tree: 59aec35932279390c07b820cb61ad2072fd513c1
  1. bindings/
  2. contrib/
  3. dbus/
  4. docs/
  5. examples/
  6. include/
  7. lib/
  8. LICENSES/
  9. man/
  10. tests/
  11. tools/
  12. .gitignore
  13. .mailmap
  14. .readthedocs.yaml
  15. autogen.sh
  16. configure.ac
  17. CONTRIBUTING.md
  18. COPYING
  19. Makefile.am
  20. NEWS
  21. README.md
  22. TODO
README.md

libgpiod

C library and tools for interacting with the linux GPIO character device.

The project is hosted at https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/.

Documentation is available at https://libgpiod.readthedocs.io/.