-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo_helper.yml
55 lines (47 loc) Β· 1.19 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/domdfcoding/repo_helper)
---
modname: OctoCheese
import_name: octocheese
repo_name: octocheese
pypi_name: octocheese
copyright_years: "2020-2021"
author: "Dominic Davis-Foster"
email: "[email protected]"
version: "0.7.0"
username: "domdfcoding"
license: 'LGPLv3+'
short_desc: 'π π§ β Copy PyPI Packages to GitHub Releases'
use_whey: true
python_deploy_version: 3.6
enable_conda: false
min_coverage: 93
standalone_contrib_guide: true
console_scripts:
- "octocheese = octocheese.__main__:main"
# Versions to run tests for
python_versions:
- 3.6
- 3.7
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
classifiers:
- 'Development Status :: 4 - Beta'
# - "Development Status :: 5 - Production/Stable"
# - "Development Status :: 6 - Mature"
# - "Development Status :: 7 - Inactive"
- 'Intended Audience :: Developers'
- 'Operating System :: OS Independent'
- 'Topic :: Utilities'
extra_sphinx_extensions:
- sphinx_click
- local_extension
intersphinx_mapping:
- '"github3": ("https://github3.readthedocs.io/en/latest/", None)'
- "'click': ('https://click.palletsprojects.com/en/7.x/', None)"
keywords:
- github
- github-action
- pypi