-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo_helper.yml
55 lines (47 loc) · 1.23 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
# Configuration for 'repo_helper' (https://github.com/repo-helper/repo_helper)
---
modname: 'peakviewer'
copyright_years: '2023'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: "GunShotMatch"
assignee: "domdfcoding"
version: '0.0.0'
license: 'MIT'
short_desc: 'View aligned peaks to assess peak shape.'
enable_conda: false
enable_tests: false
enable_docs: false
on_pypi: false
python_deploy_version: 3.9
use_whey: true
python_versions:
3.8:
3.9:
"3.10":
"3.11":
classifiers:
- 'Development Status :: 3 - Alpha'
console_scripts:
- peakviewer = peakviewer.__main__:main
manifest_additional:
- "include peakviewer/icons/*.png"
- "include peakviewer/icons/*.ico"
tox_unmanaged:
- testenv
github_ci_requirements:
Linux:
pre:
- "sudo apt update"
- "sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev libglu1-mesa-dev"
- "sudo add-apt-repository universe"
- "sudo apt update"
- "sudo apt install libhdf5-dev netcdf-bin libnetcdf-dev"
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