-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo_helper.yml
56 lines (47 loc) · 1.08 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: gunshotmatch-reports
copyright_years: "2020-2024"
author: "Dominic Davis-Foster"
email: "[email protected]"
version: "0.8.0"
username: "GunShotMatch"
assignee: "domdfcoding"
license: 'MIT'
short_desc: 'PDF Report Generation for GunShotMatch.'
enable_tests: false
enable_conda: false
standalone_contrib_guide: true
use_whey: true
python_versions:
3.8:
3.9:
"3.10":
"3.11":
"3.12":
# additional_ignore:
# - trees
# - output
# - output_orig
# - data
# - unknowns
# - decision_tree_data
# - config.toml
# - method.toml
# - projects.toml
# - unknown-example.toml
# tox_unmanaged:
# - testenv
# extra_sphinx_extensions:
# - attr_utils.autoattrs
# - sphinx_toolbox.more_autosummary.column_widths
# # - sphinx_toolbox.latex.succinct_seealso
# sphinx_conf_epilogue:
# - nitpicky = True
# - autosummary_widths_builders = ["latex"]
# # - needspace_amount = r"5\baselineskip"
# standalone_contrib_guide: true
github_ci_requirements:
Windows:
post:
# Prefery binary wheels for older versions over sdists for newer ones
- pip config set global.prefer-binary true