Skip to content

Commit 7706819

Browse files
committed
- fix
1 parent 216fc5e commit 7706819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
install_requires=requires,
4444
entry_points={
4545
'sqlalchemy.plugins': [
46-
'collectd = sqlalchemy_collectd.client.plugin.Plugin'
46+
'collectd = sqlalchemy_collectd.client.plugin:Plugin'
4747
]
4848
}
4949
)

0 commit comments

Comments
 (0)