-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
30 lines (27 loc) · 859 Bytes
/
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
[metadata]
name = markus-jupyter-extension
version = 0.1.4
description = Jupyter extension for integration with MarkUs
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MarkUsProject/markus-jupyter-extension
author = David Liu
author_email = [email protected]
license = MIT
[options]
install_requires =
notebook ~= 6.4
packages = find:
python_requires = ~=3.8
zip_safe = False
include_package_data = True
[options.data_files]
share/jupyter/nbextensions/markus-jupyter-extension =
markus-jupyter-extension/static/extension.js
share/jupyter/nbextensions/markus-jupyter-extension/assets =
markus-jupyter-extension/static/assets/markus.ico
etc/jupyter/nbconfig/notebook.d =
jupyter-config/nbconfig/notebook.d/markus_jupyter_extension.json
[options.extras_require]
dev =
pre-commit