Message ID | 20231017114159.51979-1-brgl@bgdev.pl |
---|---|
State | New |
Headers | show |
Series | [libgpiod] bindings: python: change the package name to 'gpiod' | expand |
diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 168c1af..fbe5bc5 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -148,7 +148,7 @@ if environ.get("GPIOD_WITH_TESTS") == "1": extensions.append(procname_ext) setup( - name="libgpiod", + name="gpiod", packages=find_packages(exclude=["tests", "tests.*"]), python_requires=">=3.9.0", ext_modules=extensions,