Skip to content

Commit 3682d72

Browse files
committed
update some metadata fields, sort deps
1 parent af1ab9a commit 3682d72

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

setup.cfg

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,55 +7,62 @@ 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/ipython/ipython
31+
Tracker = https://github.com/jupyter-server/jupyter_server/issues
2332

2433
[options]
2534
zip_safe = False
2635
include_package_data = True
2736
packages = find:
2837
python_requires = >=3.7
2938
install_requires =
30-
jinja2
31-
tornado>=6.1.0
32-
pyzmq>=17
39+
anyio>=3.1.0,<4
3340
argon2-cffi
3441
ipython_genutils
35-
traitlets>=5
36-
jupyter_core>=4.6.0
42+
jinja2
3743
jupyter_client>=6.1.1
38-
nbformat
44+
jupyter_core>=4.6.0
3945
nbconvert
46+
nbformat
47+
packaging
48+
prometheus_client
49+
pyzmq>=17
4050
Send2Trash
4151
terminado>=0.8.3
42-
prometheus_client
43-
anyio>=3.1.0,<4
52+
tornado>=6.1.0
53+
traitlets>=5
4454
websocket-client
45-
packaging
4655

4756
[options.extras_require]
4857
test =
4958
coverage
50-
pytest>=6.0
59+
ipykernel
60+
pytest-console-scripts
5161
pytest-cov
5262
pytest-mock
53-
requests
5463
pytest-tornasync
55-
pytest-console-scripts
56-
ipykernel
57-
# NOTE: we cannot auto install examples/simple here because of:
58-
# https://github.com/pypa/pip/issues/6658
64+
pytest>=6.0
65+
requests
5966

6067
[options.entry_points]
6168
console_scripts =

0 commit comments

Comments
 (0)