@@ -5,17 +5,25 @@ description = A set of server components for JupyterLab and JupyterLab like appl
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
7
7
license_file = LICENSE
8
+ project_urls =
9
+ Documentation = https://jupyterlab-server.readthedocs.io
10
+ Funding = https://numfocus.org/donate-to-jupyter
11
+ Source = https://github.com/jupyterlab/jupyterlab_server
12
+ Tracker = https://github.com/jupyterlab/jupyterlab_server/issues
8
13
author = Jupyter Development Team
9
14
10
- url = https://jupyter.org
15
+ url = https://jupyterlab-server.readthedocs.io
11
16
platforms = Linux, Mac OS X, Windows
12
17
keywords = jupyter, jupyterlab
13
18
classifiers =
19
+ Framework :: Jupyter
20
+ Framework :: Jupyter :: JupyterLab
14
21
Intended Audience :: Developers
15
- Intended Audience :: System Administrators
16
22
Intended Audience :: Science/Research
23
+ Intended Audience :: System Administrators
17
24
License :: OSI Approved :: BSD License
18
25
Programming Language :: Python
26
+ Programming Language :: Python :: 3 :: Only
19
27
Programming Language :: Python :: 3.7
20
28
Programming Language :: Python :: 3.8
21
29
Programming Language :: Python :: 3.9
@@ -32,27 +40,25 @@ install_requires =
32
40
jinja2>=3.0.3
33
41
json5
34
42
jsonschema>=3.0.1
43
+ jupyter_server>=1.8,<2
35
44
packaging
36
45
requests
37
46
38
- jupyter_server~=1.8
39
-
40
47
[options.extras_require]
48
+ openapi =
49
+ openapi_core>=0.14.2
50
+ ruamel.yaml
41
51
test =
52
+ %(openapi)s
42
53
codecov
43
54
ipykernel
44
- pytest>=5.3.2
45
- pytest-cov
46
55
jupyter_server[test]
56
+ openapi-spec-validator<0.5
47
57
pytest-console-scripts
58
+ pytest-cov
59
+ pytest>=5.3.2
48
60
strict-rfc3339
49
61
wheel
50
- openapi-spec-validator<0.5
51
- openapi_core>=0.14.2
52
- ruamel.yaml
53
- openapi =
54
- openapi_core>=0.14.2
55
- ruamel.yaml
56
62
57
63
[options.packages.find]
58
64
exclude =
0 commit comments