-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
repo_helper.yml
100 lines (83 loc) · 2.06 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: repo_helper
copyright_years: "2020-2021"
author: "Dominic Davis-Foster"
email: "[email protected]"
version: "2022.4.4"
username: "repo-helper"
assignee: "domdfcoding"
primary_conda_channel: "domdfcoding"
license: 'LGPLv3+'
short_desc: 'A tool to manage configuration files, build scripts etc. across multiple projects.'
docs_url: https://docs.repo-helper.uk
python_deploy_version: 3.7
min_coverage: 85
tox_testenv_extras: all
pre_commit_exclude: "^repo_helper/templates/.*\\.(_py|yml)$"
use_whey: true
additional_ignore:
- Tokens
- rh.bat
- list_requirements.py
- pypi_reqs.py
- repodata.json
console_scripts:
- "repo_helper = repo_helper.__main__:main"
- "repo-helper = repo_helper.__main__:main"
# Versions to run tests for
python_versions:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
- pypy36
- pypy37
- pypy38
manifest_additional:
- "include repo_helper/testing/repo_helper_example.yml"
- "recursive-include repo_helper/templates *"
- "recursive-include repo_helper/blocks *.rst"
- "recursive-include repo_helper/init_repo_files *"
- "include repo_helper/files/isort.cfg"
- "include repo_helper/repo_helper_schema.json"
classifiers:
- 'Development Status :: 4 - Beta'
- 'Environment :: Console'
- 'Intended Audience :: Developers'
- 'Topic :: Utilities'
- 'Topic :: Software Development :: Version Control :: Git'
- 'Environment :: Console'
extra_sphinx_extensions:
- configconfig.autoconfig
- sphinx_click
- sphinx_autofixture
intersphinx_mapping:
- "'jinja2': ('https://jinja.palletsprojects.com/en/2.11.x/', None)"
imgbot_ignore:
- "repo_helper.png"
yapf_exclude:
- "repo_helper/templates/.*"
exclude_files:
- license_rst
extras_require:
testing:
- pytest>=6.2.0
- coincidence>=0.2.0
- check_wheel_contents>=0.2.0
cli:
- dulwich<=0.20.33,>=0.20.5
conda_channels:
- conda-forge
conda_extras:
- none
tox_unmanaged:
- pytest
keywords:
- configuration
sphinx_conf_epilogue:
- toctree_plus_types.add("fixture")