Skip to content

Commit ca6a456

Browse files
committed
Updated repo_helper.yml
1 parent 9d0b1d3 commit ca6a456

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

repo_helper.yml

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1+
---
12
modname: domdf_python_tools
23
conda_channels:
3-
- domdfcoding
4-
- conda-forge
4+
- domdfcoding
5+
- conda-forge
56

67
python_deploy_version: 3.6
78

89
python_versions:
9-
- '3.6'
10-
- '3.7'
11-
- "3.8"
12-
- "pypy3"
13-
- "3.9-dev"
10+
- '3.6'
11+
- '3.7'
12+
- "3.8"
13+
- "pypy3"
14+
- "3.9-dev"
1415

1516
# travis secure password for PyPI
1617
travis_pypi_secure: "GQVX7JKDfUWcHQzjmZ8yadF4eIM/AUaXu/Zl8U2hwhB6NavbzUayvMXalT+pfgZ6NaWFMPZOETlxv5d+hf98Io/5HIV4i1KB98ze90KXpUU2Icz7IdxWDWGhc36Vkhb7hU0HUfXLu8WxcxQCJB3t7uIB9SO36dh/cMayW5YvBy3HhluaTvgLax4nOJYjN/FJCgs9kTCBYrjJzheS0pgj37bXZCrB06H0bsxgnbaAiL8FiG6tgJLABDLfqPhtJgVRhtdYeuqGv31/OV0vkj1zG6bExp9ENQ4/5L7FijLRznW+DnsRJt6BdTBtxNxK+v1ZccTdVJzTzhoUH/TbXdI+qtBeatTYz880du7TujKoxfFxGZ9+bSaYURaClMHn7/Ndj7ioj5f51jLf8+BCEk3cWEfUL7yeKF6RBWLww6cFKQ9yDNOiXgrsndz6Oh535LV28rKXS1qeGBppMAv09RmR/YfHu+XMp5yWa+vDwjmrQDH7qEkA3wYYMfMRnwi9+LrOHtS7IqFkgbAXZPmh3C0X1UEqD4cuARcyD9FRU2PAXM1tBprxEFi1L/sv4O8KRP+I3jXXsBHTmzbWWVqXiySGOlX6R9vOma35WS3mkllS/Oz7IyhUtONrwpaLHnuBLKMgi+RnsoEYgLx6KgSXVSQ0JUZq8cP2yewC8nx626w675w="
@@ -27,39 +28,36 @@ license: 'LGPLv3+'
2728
short_desc: 'Helpful functions for Python 🐍 🛠️'
2829

2930
classifiers:
30-
- 'Development Status :: 4 - Beta'
31-
# - "Development Status :: 5 - Production/Stable"
32-
# - "Development Status :: 6 - Mature"
33-
# - "Development Status :: 7 - Inactive"
34-
- 'Intended Audience :: Developers'
35-
- 'Operating System :: OS Independent'
36-
- 'Programming Language :: Python'
37-
- "Programming Language :: Python :: 3 :: Only"
38-
- 'Topic :: Software Development :: Libraries :: Python Modules'
31+
- 'Development Status :: 4 - Beta'
32+
# - "Development Status :: 5 - Production/Stable"
33+
# - "Development Status :: 6 - Mature"
34+
# - "Development Status :: 7 - Inactive"
35+
- 'Intended Audience :: Developers'
36+
- 'Topic :: Software Development :: Libraries :: Python Modules'
3937

4038
extras_require:
4139
dates:
42-
- pytz>=2019.1
40+
- pytz>=2019.1
4341
testing:
44-
- pytest>=6.0.0
42+
- pytest>=6.0.0
4543

4644
keywords:
47-
- utilities
45+
- utilities
4846

4947
yapf_exclude:
50-
- "*.pyi"
48+
- "*.pyi"
5149

5250
manifest_additional:
53-
- "include domdf_python_tools/google-10000-english-no-swears.txt"
51+
- "include domdf_python_tools/google-10000-english-no-swears.txt"
5452

5553
sphinx_conf_preamble:
56-
- import domdf_python_tools
57-
- domdf_python_tools.__docs = True
54+
- import domdf_python_tools
55+
- domdf_python_tools.__docs = True
5856

5957
tox_testenv_extras: all
6058

6159
intersphinx_mapping:
62-
- "'pandas': ('https://pandas.pydata.org/docs/', None)"
60+
- "'pandas': ('https://pandas.pydata.org/docs/', None)"
6361

6462
mypy_deps:
65-
- pprint36
63+
- pprint36

0 commit comments

Comments
 (0)