|
| 1 | +[bdist_wheel] |
| 2 | +universal=0 |
| 3 | + |
1 | 4 | [metadata]
|
2 |
| -name = nbclassic |
3 |
| -version = attr: nbclassic.__version__.__version__ |
4 |
| -description = Jupyter Notebook as a Jupyter Server extension. |
5 |
| -long_description = file: README.md |
6 |
| -long_description_content_type = text/markdown |
7 | 5 | license_file = LICENSE
|
8 |
| -author = Jupyter Development Team |
9 |
| - |
10 |
| -url = https://jupyter.org |
11 |
| -platforms = Linux, Mac OS X, Windows |
12 |
| -keywords = ipython, jupyter |
13 |
| -classifiers = |
14 |
| - Intended Audience :: Developers |
15 |
| - Intended Audience :: System Administrators |
16 |
| - Intended Audience :: Science/Research |
17 |
| - License :: OSI Approved :: BSD License |
18 |
| - Programming Language :: Python |
19 |
| - Programming Language :: Python :: 3.7 |
20 |
| - Programming Language :: Python :: 3.8 |
21 |
| - Programming Language :: Python :: 3.9 |
22 |
| - Programming Language :: Python :: 3.10 |
23 |
| - |
24 |
| -[options] |
25 |
| -zip_safe = False |
26 |
| -include_package_data = True |
27 |
| -packages = find: |
28 |
| -python_requires = >=3.7 |
29 |
| -install_requires = |
30 |
| - notebook_shim>=0.1.0 |
31 |
| - jupyter_server>=1.17.0 |
32 |
| - |
33 |
| -[options.data_files] |
34 |
| -etc/jupyter/jupyter_server_config.d = |
35 |
| - jupyter_server_config.d/nbclassic.json |
36 |
| -share/applications = |
37 |
| - jupyter-nbclassic.desktop |
38 |
| -share/icons/hicolor/scalable/apps = |
39 |
| - nbclassic.svg |
40 |
| - |
41 |
| - |
42 |
| -[options.extras_require] |
43 |
| -test = |
44 |
| - pytest |
45 |
| - pytest-tornasync |
46 |
| - pytest-console-scripts |
47 |
| - |
48 |
| -[options.entry_points] |
49 |
| -console_scripts = |
50 |
| - jupyter-nbclassic = nbclassic.notebookapp:main |
51 |
| - |
52 |
| -[options.packages.find] |
53 |
| -exclude = |
54 |
| - docs*, |
55 |
| - tests* |
56 |
| - |
57 |
| -[flake8] |
58 |
| -ignore = E, C, W, F401, F403, F811, F841, E402, I100, I101, D400 |
59 |
| -builtins = c, get_config |
60 |
| -exclude = |
61 |
| - .cache, |
62 |
| - .github, |
63 |
| - docs, |
64 |
| - setup.py |
0 commit comments