-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
repo_helper.yml
69 lines (62 loc) · 1.27 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
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'hatch-requirements-txt'
copyright_years: '2022'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'repo-helper'
assignee: 'domdfcoding'
primary_conda_channel: "domdfcoding"
version: '0.4.1'
license: 'MIT'
short_desc: "Hatchling plugin to read project dependencies from requirements.txt"
python_deploy_version: 3.7
enable_docs: false
min_coverage: 97.5
use_hatch: true
on_conda_forge: true
conda_channels:
- conda-forge
# Versions to run tests for
python_versions:
'3.6':
matrix_exclude:
hatchling:
- 1.21
'3.7':
matrix_exclude:
hatchling:
- 1.21
'3.8':
'3.9':
"3.10":
"3.11":
"3.12":
3.13-dev:
pypy36:
matrix_exclude:
hatchling:
- 1.21
pypy37:
matrix_exclude:
hatchling:
- 1.21
pypy38:
pypy39:
classifiers:
- 'Development Status :: 4 - Beta'
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
- "Topic :: System :: Archiving :: Packaging"
- "Framework :: Hatch"
keywords:
- hatch
- requirements
- dependencies
entry_points:
hatch:
- requirements_txt = hatch_requirements_txt
third_party_version_matrix:
hatchling:
- 1.21
- latest