Skip to content

Commit 44b13b6

Browse files
authored
update URLs, metadata, extras in setup.cfg (#255)
1 parent 8404b00 commit 44b13b6

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

setup.cfg

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,25 @@ description = A set of server components for JupyterLab and JupyterLab like appl
55
long_description = file: README.md
66
long_description_content_type = text/markdown
77
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
813
author = Jupyter Development Team
914
author_email = [email protected]
10-
url = https://jupyter.org
15+
url = https://jupyterlab-server.readthedocs.io
1116
platforms = Linux, Mac OS X, Windows
1217
keywords = jupyter, jupyterlab
1318
classifiers =
19+
Framework :: Jupyter
20+
Framework :: Jupyter :: JupyterLab
1421
Intended Audience :: Developers
15-
Intended Audience :: System Administrators
1622
Intended Audience :: Science/Research
23+
Intended Audience :: System Administrators
1724
License :: OSI Approved :: BSD License
1825
Programming Language :: Python
26+
Programming Language :: Python :: 3 :: Only
1927
Programming Language :: Python :: 3.7
2028
Programming Language :: Python :: 3.8
2129
Programming Language :: Python :: 3.9
@@ -32,27 +40,25 @@ install_requires =
3240
jinja2>=3.0.3
3341
json5
3442
jsonschema>=3.0.1
43+
jupyter_server>=1.8,<2
3544
packaging
3645
requests
3746

38-
jupyter_server~=1.8
39-
4047
[options.extras_require]
48+
openapi =
49+
openapi_core>=0.14.2
50+
ruamel.yaml
4151
test =
52+
%(openapi)s
4253
codecov
4354
ipykernel
44-
pytest>=5.3.2
45-
pytest-cov
4655
jupyter_server[test]
56+
openapi-spec-validator<0.5
4757
pytest-console-scripts
58+
pytest-cov
59+
pytest>=5.3.2
4860
strict-rfc3339
4961
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
5662

5763
[options.packages.find]
5864
exclude =

0 commit comments

Comments
 (0)