-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo_helper.yml
More file actions
66 lines (56 loc) · 1.58 KB
/
repo_helper.yml
File metadata and controls
66 lines (56 loc) · 1.58 KB
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
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'mh_utils'
copyright_years: 2020-2021
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'PyMassSpec'
assignee: 'domdfcoding'
primary_conda_channel: 'domdfcoding'
version: '0.2.2'
license: 'MIT'
short_desc: 'Utilities for handing ancillary files produced by MassHunter.'
use_whey: true
min_coverage: 85
pre_commit_exclude: ^tests/test_xml/.*\.xml$
preserve_custom_theme: true
mypy_version: 1.16
python_deploy_version: 3.9
conda_channels:
- conda-forge
python_versions:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
extra_sphinx_extensions:
- enum_tools.autoenum
- attr_utils.autoattrs
- attr_utils.annotations
- html_section
- latex_unicode
mypy_plugins:
- attr_utils.mypy_plugin
classifiers:
- 'Development Status :: 4 - Beta'
- 'Intended Audience :: Developers'
- 'Intended Audience :: Science/Research'
- 'Topic :: Scientific/Engineering :: Bio-Informatics'
- 'Topic :: Scientific/Engineering :: Chemistry'
- 'Topic :: Software Development :: Libraries :: Python Modules'
- 'Topic :: Utilities'
keywords:
- chemistry
- mass-spectrometry
- chromatography
sphinx_conf_epilogue:
- latex_elements["preamble"] = r"\usepackage{multicol}"
- latex_elements["printindex"] = "\\begin{flushleft}\n\\printindex\n\\end{flushleft}"
- "import mh_utils.worklist_parser.columns"
- "import mh_utils.worklist_parser.classes"
- "mh_utils.worklist_parser.columns.__dict__['Attribute'] = mh_utils.worklist_parser.classes.Attribute"
exclude_files:
- contributing