1
1
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)
2
2
3
3
default_context:
4
- allow_tests_inside_package: 'no'
5
- c_extension_function: '-'
6
- c_extension_module: '-'
7
4
c_extension_optional: 'yes'
8
5
c_extension_support: 'yes'
9
6
codacy: 'no'
@@ -17,17 +14,19 @@ default_context:
17
14
18
15
formatter_quote_style: single
19
16
full_name: Ionel Cristian Mărieș
17
+ function_name: compute
20
18
github_actions: 'yes'
21
19
github_actions_osx: 'yes'
22
20
github_actions_windows: 'yes'
23
21
license: BSD 2-Clause License
22
+ module_name: cext
24
23
package_name: lazy_object_proxy
25
24
pre_commit: 'yes'
26
25
project_name: lazy-object-proxy
27
26
project_short_description: A fast and thorough lazy object proxy.
28
27
pypi_badge: 'yes'
29
28
pypi_disable_upload: 'no'
30
- release_date: '2023-01-04 '
29
+ release_date: '2023-12-15 '
31
30
repo_hosting: github.com
32
31
repo_hosting_domain: github.com
33
32
repo_main_branch: master
@@ -38,10 +37,11 @@ default_context:
38
37
sphinx_docs: 'yes'
39
38
sphinx_docs_hosting: https://python-lazy-object-proxy.readthedocs.io/
40
39
sphinx_doctest: 'no'
41
- sphinx_theme: sphinx-py3doc-enhanced-theme
40
+ sphinx_theme: furo
42
41
test_matrix_separate_coverage: 'yes'
42
+ tests_inside_package: 'no'
43
43
version: 1.10.0
44
44
version_manager: bump2version
45
45
website: https://blog.ionelmc.ro
46
46
year_from: '2014'
47
- year_to: '2023 '
47
+ year_to: '2024 '
0 commit comments