From 3682d72817c4638ac759677ce636d72ee31cd280 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Sat, 22 Jan 2022 07:56:39 -0600 Subject: [PATCH 1/2] update some metadata fields, sort deps --- setup.cfg | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/setup.cfg b/setup.cfg index fe0bbc86aa..4f5394d7e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,19 +7,28 @@ long_description_content_type = text/markdown license_files = COPYING.md author = Jupyter Development Team author_email = jupyter@googlegroups.com -url = https://jupyter.org +url = https://jupyter-server.readthedocs.io platforms = Linux, Mac OS X, Windows keywords = ipython, jupyter classifiers = + Development Status :: 5 - Production/Stable + Framework :: Jupyter Intended Audience :: Developers - Intended Audience :: System Administrators Intended Audience :: Science/Research + Intended Audience :: System Administrators License :: OSI Approved :: BSD License Programming Language :: Python + Programming Language :: Python :: 3 + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 +project_urls = + Documentation = https://jupyter-server.readthedocs.io + Funding = https://numfocus.org/donate + Source = https://github.com/ipython/ipython + Tracker = https://github.com/jupyter-server/jupyter_server/issues [options] zip_safe = False @@ -27,35 +36,33 @@ include_package_data = True packages = find: python_requires = >=3.7 install_requires = - jinja2 - tornado>=6.1.0 - pyzmq>=17 + anyio>=3.1.0,<4 argon2-cffi ipython_genutils - traitlets>=5 - jupyter_core>=4.6.0 + jinja2 jupyter_client>=6.1.1 - nbformat + jupyter_core>=4.6.0 nbconvert + nbformat + packaging + prometheus_client + pyzmq>=17 Send2Trash terminado>=0.8.3 - prometheus_client - anyio>=3.1.0,<4 + tornado>=6.1.0 + traitlets>=5 websocket-client - packaging [options.extras_require] test = coverage - pytest>=6.0 + ipykernel + pytest-console-scripts pytest-cov pytest-mock - requests pytest-tornasync - pytest-console-scripts - ipykernel - # NOTE: we cannot auto install examples/simple here because of: - # https://github.com/pypa/pip/issues/6658 + pytest>=6.0 + requests [options.entry_points] console_scripts = From 395eec3112912c6609c7733c3a91ac551f529cbc Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 22 Jan 2022 10:08:32 -0600 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4f5394d7e3..7de8d757d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ classifiers = project_urls = Documentation = https://jupyter-server.readthedocs.io Funding = https://numfocus.org/donate - Source = https://github.com/ipython/ipython + Source = https://github.com/jupyter-server/jupyter_server Tracker = https://github.com/jupyter-server/jupyter_server/issues [options]