Skip to content

Commit 23d9920

Browse files
committed
fix: cruft settings
include .cruft.json
1 parent f91e103 commit 23d9920

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.cruft.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"template": "https://github.com/dornech/the-hatchlor-enhanced",
3+
"checkout": null,
4+
"context": {
5+
"cookiecutter": {
6+
"full_name": "dornech",
7+
"email": "[email protected]",
8+
"project_name": "COM utilities for Python",
9+
"project_slug": "utils-COMobjects",
10+
"pkg_name": "utils_COMobjects",
11+
"project_short_description": "Package with various utilities to support COM object development with Python based on PyWin32",
12+
"open_source_license": "GPL-3.0-only",
13+
"target_python_version": "3.9",
14+
"github_username": "dornech",
15+
"project_repo": "https://github.com/dornech/utils-COMobjects",
16+
"pypi_username": "dornech",
17+
"lock_file_support": false,
18+
"_template": "https://github.com/dornech/the-hatchlor-enhanced.git"
19+
}
20+
},
21+
"directory": null,
22+
"skip": [
23+
".git"
24+
]
25+
}

0 commit comments

Comments
 (0)