diff --git a/template/src/{{ project_name_snake_case }}/{% if with_strict_typing_and_linting %}py.typed{% endif %}.jinja b/template/src/{{ project_name_snake_case }}/{% if typing == 'strict' %}py.typed{% endif %}.jinja similarity index 100% rename from template/src/{{ project_name_snake_case }}/{% if with_strict_typing_and_linting %}py.typed{% endif %}.jinja rename to template/src/{{ project_name_snake_case }}/{% if typing == 'strict' %}py.typed{% endif %}.jinja