-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
29 lines (27 loc) · 855 Bytes
/
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
[metadata]
name = json-lsp
version = 0.2.0
description = JSON language server Python wrapper
author = Martin Renou
url = https://github.com./jupyter-lsp/json-lsp
license = BSD 3-Clause
license_file = LICENSE
classifiers =
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries :: Python Modules
keywords = Jupyter, JupyterLab, JSON, language-server
[options]
packages = find:
python_requires = >=3.6
include_package_data = True
[options.entry_points]
console_scripts =
json-lsp = json_lsp.main:main
jupyter_lsp_spec_v1 =
jupyter-json-language-server = json_lsp.main:load