1
+ ---
1
2
modname : domdf_python_tools
2
3
conda_channels :
3
- - domdfcoding
4
- - conda-forge
4
+ - domdfcoding
5
+ - conda-forge
5
6
6
7
python_deploy_version : 3.6
7
8
8
9
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"
14
15
15
16
# travis secure password for PyPI
16
17
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+'
27
28
short_desc : ' Helpful functions for Python 🐍 🛠️'
28
29
29
30
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'
39
37
40
38
extras_require :
41
39
dates :
42
- - pytz>=2019.1
40
+ - pytz>=2019.1
43
41
testing :
44
- - pytest>=6.0.0
42
+ - pytest>=6.0.0
45
43
46
44
keywords :
47
- - utilities
45
+ - utilities
48
46
49
47
yapf_exclude :
50
- - " *.pyi"
48
+ - " *.pyi"
51
49
52
50
manifest_additional :
53
- - " include domdf_python_tools/google-10000-english-no-swears.txt"
51
+ - " include domdf_python_tools/google-10000-english-no-swears.txt"
54
52
55
53
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
58
56
59
57
tox_testenv_extras : all
60
58
61
59
intersphinx_mapping :
62
- - " 'pandas': ('https://pandas.pydata.org/docs/', None)"
60
+ - " 'pandas': ('https://pandas.pydata.org/docs/', None)"
63
61
64
62
mypy_deps :
65
- - pprint36
63
+ - pprint36
0 commit comments