[console_scripts]
rdiffweb = rdiffweb.main:start

[rdiffweb.plugins]
DeleteRepo = rdiffweb.plugins.delete_repo
EmailNotification = rdiffweb.plugins.notification
Graphs = rdiffweb.plugins.graphs
Ldap = rdiffweb.plugins.ldap_auth
RemoveOlder = rdiffweb.plugins.remove_older
SQLite = rdiffweb.plugins.db_sqlite
SetEncoding = rdiffweb.plugins.set_encoding
UpdateRepos = rdiffweb.plugins.update_repos
UserPrefsGeneral = rdiffweb.plugins.prefs_general
UserPrefsSSHKeys = rdiffweb.plugins.prefs_sshkeys

