[gui_scripts]
spyder = spyder.app.start:main

[spyder.plugins]
appearance = spyder.plugins.appearance.plugin:Appearance
breakpoints = spyder.plugins.breakpoints.plugin:Breakpoints
code_completion = spyder.plugins.completion.manager.plugin:CompletionManager
core = spyder.plugins.core.plugin:Core
editor = spyder.plugins.editor.plugin:Editor
explorer = spyder.plugins.explorer.plugin:Explorer
fallback_completion = spyder.plugins.completion.fallback.plugin:FallbackPlugin
find_in_files = spyder.plugins.findinfiles.plugin:FindInFiles
help = spyder.plugins.help.plugin:Help
historylog = spyder.plugins.history.plugin:HistoryLog
ipython_console = spyder.plugins.ipythonconsole.plugin:IPythonConsole
kite_completion = spyder.plugins.completion.kite.plugin:KiteCompletionPlugin
lsp_completion = spyder.plugins.completion.languageserver.plugin:LanguageServerPlugin
onlinehelp = spyder.plugins.onlinehelp.plugin:OnlineHelp
outline_explorer = spyder.plugins.outlineexplorer.plugin:OutlineExplorer
plots = spyder.plugins.plots.plugin:Plots
profiler = spyder.plugins.profiler.plugin:Profiler
project_explorer = spyder.plugins.projects.plugin:Projects
pylint = spyder.plugins.pylint.plugin:Pylint
python = spyder.plugins.python.plugin:Python
variable_explorer = spyder.plugins.variableexplorer.plugin:VariableExplorer
workingdir = spyder.plugins.workingdirectory.plugin:WorkingDirectory

