Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…vcookiecutter into replace_repo_for_package_name
  • Loading branch information
joshlynchONS committed May 19, 2023
2 parents 1f0fb17 + df58ec8 commit 0b9cc66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_govcookiecutter_injected_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
PROJECT_VERSION_COUNT = {
'"{{ cookiecutter.project_version }}"': 2,
"{{ cookiecutter.project_version }}": 0,
"{{ cookiecutter.project_version }}": 1,
}
USING_R_NO_COUNT = {
"https://github.com/lorenzwalthert/precommit": 0,
Expand Down Expand Up @@ -179,7 +179,7 @@ def recursive_open_and_count_search_terms(
(
"project_version",
"project_version_2",
{**PROJECT_VERSION_COUNT, "{{ cookiecutter.project_version }}": 1},
{**PROJECT_VERSION_COUNT, "{{ cookiecutter.project_version }}": 2},
{"using_R": "Yes"},
),
("using_R", "No", USING_R_NO_COUNT, {}),
Expand Down
1 change: 1 addition & 0 deletions {{ cookiecutter.project_name }}/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[metadata]
name = {{ cookiecutter.package_name }}
description = a brief description
version = {{ cookiecutter.project_version }}
author = {{ cookiecutter.organisation_handle }}
platforms = win32
classifiers =
Expand Down

0 comments on commit 0b9cc66

Please sign in to comment.