Skip to content

Commit 36489e3

Browse files
bollwyvlblink1073
andauthored
update some metadata fields, sort deps (#675)
Co-authored-by: Steven Silvester <[email protected]>
1 parent f6f8c3f commit 36489e3

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

setup.cfg

+27-19
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,28 @@ long_description_content_type = text/markdown
77
license_files = COPYING.md
88
author = Jupyter Development Team
99
author_email = [email protected]
10-
url = https://jupyter.org
10+
url = https://jupyter-server.readthedocs.io
1111
platforms = Linux, Mac OS X, Windows
1212
keywords = ipython, jupyter
1313
classifiers =
14+
Development Status :: 5 - Production/Stable
15+
Framework :: Jupyter
1416
Intended Audience :: Developers
15-
Intended Audience :: System Administrators
1617
Intended Audience :: Science/Research
18+
Intended Audience :: System Administrators
1719
License :: OSI Approved :: BSD License
1820
Programming Language :: Python
21+
Programming Language :: Python :: 3
22+
Programming Language :: Python :: 3 :: Only
1923
Programming Language :: Python :: 3.7
2024
Programming Language :: Python :: 3.8
2125
Programming Language :: Python :: 3.9
2226
Programming Language :: Python :: 3.10
27+
project_urls =
28+
Documentation = https://jupyter-server.readthedocs.io
29+
Funding = https://numfocus.org/donate
30+
Source = https://github.com/jupyter-server/jupyter_server
31+
Tracker = https://github.com/jupyter-server/jupyter_server/issues
2332

2433
[options]
2534
zip_safe = False
@@ -29,37 +38,36 @@ package_dir =
2938
"" = "jupyter_server"
3039
python_requires = >=3.7
3140
install_requires =
32-
jinja2
33-
tornado>=6.1.0
34-
pyzmq>=17
41+
anyio>=3.1.0,<4
3542
argon2-cffi
36-
traitlets>=5.1.0
37-
jupyter_core>=4.7.0
43+
jinja2
3844
jupyter_client>=6.1.12
39-
nbformat>=5.2.0
45+
jupyter_core>=4.7.0
4046
nbconvert>=6.4.4
47+
nbformat>=5.2.0
48+
packaging
49+
prometheus_client
50+
pywinpty;os_name=='nt'
51+
pyzmq>=17
4152
Send2Trash
4253
terminado>=0.8.3
43-
prometheus_client
44-
anyio>=3.1.0
54+
tornado>=6.1.0
55+
traitlets>=5.1
4556
websocket-client
46-
packaging
47-
pywinpty;os_name=='nt'
4857

4958
[options.extras_require]
5059
test =
5160
coverage
52-
pytest>=6.0
61+
ipykernel
62+
pre-commit
63+
pytest-console-scripts
5364
pytest-cov
5465
pytest-mock
5566
pytest-timeout
56-
requests
5767
pytest-tornasync
58-
pytest-console-scripts
59-
ipykernel
60-
pre-commit
61-
# NOTE: we cannot auto install examples/simple here because of:
62-
# https://github.com/pypa/pip/issues/6658
68+
pytest>=6.0
69+
requests
70+
requests
6371

6472
[options.entry_points]
6573
console_scripts =

0 commit comments

Comments
 (0)