Skip to content

Commit 5946d2c

Browse files
authored
Create .cookiecutter.json to prep for drift management. (#383)
* Create .cookiecutter.json * add change frag
1 parent c0aefd4 commit 5946d2c

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": "@chadell @glennmatthews @pke11y @scetron @jvanderaa",
4+
"full_name": "Network to Code, LLC",
5+
"email": "info@networktocode.com",
6+
"github_org": "networktocode",
7+
"description": "Python library to parse circuit maintenances from network service providers.",
8+
"project_name": "circuit-maintenance-parser",
9+
"project_slug": "circuit_maintenance_parser",
10+
"repo_url": "https://github.com/networktocode/circuit-maintenance-parser",
11+
"base_url": "circuit-maintenance-parser",
12+
"project_python_name": "circuit-maintenance-parser",
13+
"project_python_base_version": "3.10",
14+
"project_with_config_settings": "no",
15+
"generate_docs": "yes",
16+
"version": "2.10.0",
17+
"original_publish_year": "2021"
18+
}
19+
}

changes/+cookiecutter.housekeeping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added required cookiecutter json file for drift management setup.

0 commit comments

Comments
 (0)