We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216fc5e commit 7706819Copy full SHA for 7706819
1 file changed
setup.py
@@ -43,7 +43,7 @@
43
install_requires=requires,
44
entry_points={
45
'sqlalchemy.plugins': [
46
- 'collectd = sqlalchemy_collectd.client.plugin.Plugin'
+ 'collectd = sqlalchemy_collectd.client.plugin:Plugin'
47
]
48
}
49
)
0 commit comments