-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (26 loc) · 815 Bytes
/
setup.cfg
File metadata and controls
28 lines (26 loc) · 815 Bytes
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
[metadata]
name = nbconvert-example-template
version = 0.1
author = Samuel Sheehy
author_email = samuelsheeh95@gmail.com
description = A minimal and pip-installable nbconvert template example.
long_description = file: README.md, file: LICENSE
long_description_content_type = text/markdown
url = https://github.com/sheeshee/nbconvert-template-example
license = MIT
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = fruit_styles
python_requires = >=3.7
install_requires =
jupyter
nbconvert >=6.0
include_package_data = True
[options.entry_points]
nbconvert.exporters =
avocadify = fruit_styles:AvocadoExporter