forked from marwano/whiptail
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrepo_helper.yml
47 lines (38 loc) · 890 Bytes
/
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
modname: whiptail
pypi_name: whiptail-dialogs
copyright_years: "2020-2021"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.4.0"
username: "domdfcoding"
license: 'BSD'
short_desc: 'Use whiptail to display dialog boxes from Python scripts.'
use_whey: true
enable_conda: false
enable_tests: false
python_deploy_version: 3.6
# Versions to run tests for
python_versions:
- 3.6
- 3.7
- 3.8
- 3.9
- '3.10'
- '3.11'
- '3.12'
classifiers:
- "Development Status :: 5 - Production/Stable"
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
- 'Environment :: Console'
keywords:
- dialog
- console
- whiptail
- utility
additional_ignore:
- .coveralls.yml
extra_sphinx_extensions:
- sphinx_toolbox_experimental.download_icon
sphinx_html_theme: furo
standalone_contrib_guide: true