bindings: python: exclude tests from the wheel
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 12 Apr 2023 19:51:01 +0000 (21:51 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 12 Apr 2023 19:51:01 +0000 (21:51 +0200)
commit136553212c58b709c11e7644a458658e1ebbd562
treed0cd0a0b6eed7f364d0d779f6e5c723e87b93bb6
parentd5a454cda5044eff82fab3a0840af4b6078b86f2
bindings: python: exclude tests from the wheel

We currently "include" the gpiod package in find_packages() which does
nothing as it would be discovered anyway. We want to package the test
sources but exclude it from the binary wheel so use the "exclude"
argument.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/setup.py