Skip to content

Commit 337d1fe

Browse files
authored
prep for drift manager (#386)
1 parent 5946d2c commit 337d1fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cookiecutter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"github_org": "networktocode",
77
"description": "Python library to parse circuit maintenances from network service providers.",
88
"project_name": "circuit-maintenance-parser",
9-
"project_slug": "circuit_maintenance_parser",
9+
"project_slug": "circuit-maintenance-parser",
1010
"repo_url": "https://github.com/networktocode/circuit-maintenance-parser",
1111
"base_url": "circuit-maintenance-parser",
12-
"project_python_name": "circuit-maintenance-parser",
12+
"project_python_name": "circuit_maintenance_parser",
1313
"project_python_base_version": "3.10",
1414
"project_with_config_settings": "no",
1515
"generate_docs": "yes",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed incorrectly set cookiecutter project_slug.

0 commit comments

Comments
 (0)