We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4341a9c commit 108b206Copy full SHA for 108b206
dash/_hooks.py
@@ -251,7 +251,7 @@ def register_setuptools(cls):
251
252
for dist in _importlib_metadata.distributions():
253
for entry in dist.entry_points:
254
- # Look for setup.py entry points named `dash-hooks`
255
- if entry.group != "dash-hooks":
+ # Look for setup.py entry points named `dash_hooks`
+ if entry.group != "dash_hooks":
256
continue
257
entry.load()
0 commit comments