-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo_helper.yml
56 lines (46 loc) · 1.16 KB
/
repo_helper.yml
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
modname: notebook2script
copyright_years: "2020-2021"
author: "Dominic Davis-Foster"
email: "[email protected]"
version: "0.2.1"
username: "PyMassSpec"
assignee: "domdfcoding"
primary_conda_channel: "domdfcoding"
license: 'GPLv2'
short_desc: 'Convert Jupyter Notebooks to Python Scripts.'
conda_description: 'Convert Jupyter Notebooks to Python Scripts'
use_whey: true
enable_conda: False
mypy_version: "1.8.0"
conda_channels:
- conda-forge
# Versions to run tests for
python_versions:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
additional_ignore:
- "tests/output/"
console_scripts:
- "notebook2script = notebook2script.__main__:main"
classifiers:
- "Development Status :: 4 - Beta"
- 'Intended Audience :: Developers'
- "Intended Audience :: End Users/Desktop"
- "Environment :: Console"
- "Operating System :: POSIX :: Linux"
- "Topic :: Software Development"
- "Topic :: Utilities"
keywords:
- jupyter-notebook
- utility
- converter
manifest_additional:
- include notebook2script/isort.cfg
- include notebook2script/style.yapf
standalone_contrib_guide: true
sphinx_html_theme: furo
extra_sphinx_extensions:
- sphinx_click