From 3468cd01cdf3929e4e4abde1e29597014b9f5f45 Mon Sep 17 00:00:00 2001 From: Laurent Sorber Date: Wed, 10 Sep 2025 15:08:47 +0000 Subject: [PATCH] fix: fix missing py.typed --- ...jinja => {% if typing == 'strict' %}py.typed{% endif %}.jinja} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename template/src/{{ project_name_snake_case }}/{{% if with_strict_typing_and_linting %}py.typed{% endif %}.jinja => {% if typing == 'strict' %}py.typed{% endif %}.jinja} (100%) 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