-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathsetup.cfg
68 lines (56 loc) · 1.1 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[metadata]
name = jupyverse
version = attr: jupyverse.__version__
description = A set of FPS plugins implementing a Jupyter server
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
author = Jupyter Development Team
author_email = [email protected]
url = https://jupyter.org
platforms = Windows, Linux, Mac OS X
keywords = jupyter, server, fastapi, pluggy, plugins
[bdist_wheel]
universal = 1
[options]
include_package_data = True
packages = find:
package_dir =
"" = "jupyverse"
python_requires = >=3.7
install_requires =
fps >=0.0.19
fps-uvicorn >=0.0.19
fps-contents
fps-kernels
fps-terminals
fps-nbconvert
fps-yjs
[options.extras_require]
jupyterlab =
fps-jupyterlab
retrolab =
fps-retrolab
auth =
fps-auth
auth-fief =
fps-auth-fief
test =
mypy
types-setuptools
pytest
pytest-asyncio
pytest-env
requests
websockets
ipykernel
docs =
mkdocs
mkdocs-material
[options.entry_points]
console_scripts =
jupyverse = fps_uvicorn.cli:app
[flake8]
max-line-length = 100
[tool:pytest]
asyncio_mode = strict