Skip to content

Commit 5f27089

Browse files
authored
add cookiecutter template for drift management (#147)
* add cookiecutter template for drift management * add cookiecutter template for drift management
1 parent c4e83aa commit 5f27089

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.cookiecutter.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"cookiecutter": {
3+
"codeowner_github_usernames": "@lvrfrc87 @scetron @grelleum @jeffkala @pszulczewski",
4+
"full_name": "Network to Code, LLC",
5+
"email": "info@networktocode.com",
6+
"github_org": "networktocode",
7+
"description": "Python library for examining structured data.",
8+
"project_name": "jdiff",
9+
"project_slug": "jdiff",
10+
"repo_url": "https://github.com/networktocode/jdiff",
11+
"base_url": "jdiff",
12+
"project_python_name": "jdiff",
13+
"project_python_base_version": "3.10",
14+
"project_with_config_settings": "no",
15+
"generate_docs": "yes",
16+
"version": "1.0.1",
17+
"original_publish_year": "2022"
18+
}
19+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add .cookiecutter.json file for drift management.

0 commit comments

Comments
 (0)