-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo_helper.yml
More file actions
42 lines (38 loc) · 867 Bytes
/
repo_helper.yml
File metadata and controls
42 lines (38 loc) · 867 Bytes
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
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'testing-tox'
copyright_years: 2021
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'python-coincidence'
assignee: 'domdfcoding'
version: '0.0.0'
license: 'MIT'
short_desc: 'Handy functions for testing tox plugins.'
enable_conda: False
enable_docs: False
enable_tests: False
on_pypi: False
use_whey: true
mypy_version: 1.16
python_deploy_version: 3.9
python_versions:
- 3.7
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
- 3.13-dev
- pypy37
- pypy38
- pypy39
classifiers:
- 'Development Status :: 4 - Beta'
- 'Framework :: tox'
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Quality Assurance'
- 'Topic :: Software Development :: Testing'
- 'Topic :: Software Development :: Testing :: Unit'
keywords:
- tox