Description: We don't dare blocking the entirely traffic_light module namespace for just one vendor's hardware device.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not yet, Debian-specific

--- a/setup.py
+++ b/setup.py
@@ -12,9 +12,9 @@
     author="Josh Rost",
     author_email="joshua.s.rost@gmail.com",
     url="https://github.com/joshrost/cleware-traffic-light",
-    packages=find_packages(),
+    packages=find_packages(exclude=["traffic_light"]),
     install_requires=["pyusb"],
     entry_points={
-        "console_scripts": ["ctl=traffic_light.__main__:main"],
+        "console_scripts": ["ctl=cleware_traffic_light.__main__:main"],
     },
 )
