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
|
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'pyproject-examples'
copyright_years: '2021-2022'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'repo-helper'
assignee: 'domdfcoding'
version: '2026.2.3'
license: 'MIT'
short_desc: 'Example pyproject.toml configs for testing.'
enable_conda: false
enable_docs: false
enable_tests: false
use_whey: true
pre_commit_exclude: "^README.rst$"
python_versions:
- 3.7
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
- pypy37
- pypy38
- pypy39
|