Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update some metadata fields, sort deps #675

Merged
merged 3 commits into from
Apr 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 24 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,55 +7,62 @@ long_description_content_type = text/markdown
license_files = COPYING.md
author = Jupyter Development Team
author_email = [email protected]
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
blink1073 marked this conversation as resolved.
Show resolved Hide resolved
Tracker = https://github.com/jupyter-server/jupyter_server/issues

[options]
zip_safe = False
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 =
Expand Down