forked from jupyter-lsp/jupyterlab-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
56 lines (53 loc) · 2.03 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[metadata]
name = jupyter-lsp
version = attr: jupyter_lsp._version.__version__
description = Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
long_description = file: ./README.md
long_description_content_type = text/markdown
project_urls =
Bug Tracker = https://github.com/jupyter-lsp/jupyterlab-lsp/issues
Documentation = https://jupyterlab-lsp.readthedocs.io/
Source Code = https://github.com/jupyter-lsp/jupyterlab-lsp
author = jupyter-lsp Contributors
author_email = [email protected]
license = BSD-3-Clause
keywords =
Interactive
Language Server
LSP
license_file = LICENSE
classifiers =
Framework :: Jupyter
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: BSD License
Programming Language :: Python
[options]
packages = find:
include_package_data = True
zip_safe = False
python_requires = >=3.8
install_requires =
jupyter_server >=1.1.2
importlib_metadata >=4.8.3 ; python_version<"3.10"
[options.data_files]
etc/jupyter/jupyter_server_config.d = jupyter_lsp/etc/jupyter-lsp-jupyter-server.json
[options.entry_points]
jupyter_lsp_spec_v1 =
bash-language-server = jupyter_lsp.specs:bash
dockerfile-language-server-nodejs = jupyter_lsp.specs:dockerfile
javascript-typescript-langserver = jupyter_lsp.specs:ts_old
jedi-language-server = jupyter_lsp.specs:jedi
julia-language-server = jupyter_lsp.specs:julia
python-language-server = jupyter_lsp.specs:py_palantir
python-lsp-server = jupyter_lsp.specs:py_lsp_server
pyright = jupyter_lsp.specs:pyright
r-languageserver = jupyter_lsp.specs:r
texlab = jupyter_lsp.specs:tex
typescript-language-server = jupyter_lsp.specs:ts
sql-language-server = jupyter_lsp.specs:sql
unified-language-server = jupyter_lsp.specs:md
vscode-css-languageserver-bin = jupyter_lsp.specs:css
vscode-html-languageserver-bin = jupyter_lsp.specs:html
vscode-json-languageserver-bin = jupyter_lsp.specs:json
yaml-language-server = jupyter_lsp.specs:yaml