From 41e94ffd689dd466208313d9e94d603480430a65 Mon Sep 17 00:00:00 2001 From: Miguel Xochicale Date: Tue, 18 Jul 2023 16:05:31 +0100 Subject: [PATCH] removes whitespaces in line 1 of .gitattributes (#70) --- {{cookiecutter.project_slug}}/.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.gitattributes b/{{cookiecutter.project_slug}}/.gitattributes index 0b8d07b..015d3fa 100644 --- a/{{cookiecutter.project_slug}}/.gitattributes +++ b/{{cookiecutter.project_slug}}/.gitattributes @@ -1 +1 @@ -{{ cookiecutter.pkg_name }}/_version.py export-subst +{{cookiecutter.pkg_name}}/_version.py export-subst