-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo_helper.yml
More file actions
54 lines (48 loc) · 1.25 KB
/
repo_helper.yml
File metadata and controls
54 lines (48 loc) · 1.25 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
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'repo_helper_github_interactive'
copyright_years: '2021'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'repo-helper'
assignee: 'domdfcoding'
version: '0.0.0'
license: 'MIT'
short_desc: 'Interactive session for ''repo_helper_github''.'
use_whey: true
enable_conda: false
on_pypi: false
enable_docs: false
enable_tests: false
entry_points:
repo_helper.command:
- repo_helper_github_interactive=repo_helper_github_interactive.cli:github
python_versions:
- 3.7
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
- "3.13"
keywords:
- github
- repo-helper
classifiers:
- 'Development Status :: 4 - Beta'
- 'Environment :: Console'
- "Intended Audience :: Developers"
- 'Topic :: Software Development :: Version Control :: Git'
github_ci_requirements:
Linux:
post:
# Prefery binary wheels for older versions over sdists for newer ones
- pip config set global.prefer-binary true
Windows:
post:
# Prefery binary wheels for older versions over sdists for newer ones
- pip config set global.prefer-binary true
macOS:
post:
# Prefery binary wheels for older versions over sdists for newer ones
- pip config set global.prefer-binary true