From ce1bdc27cb7db02b77366daaf2fc51c15b562c76 Mon Sep 17 00:00:00 2001 From: Anton Kasimov Date: Sun, 10 Dec 2023 17:14:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8F=20=D1=81=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D0=BC=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D1=91=D1=82?= =?UTF-8?q?=D1=81=D1=8F=20=D1=81=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B5=D0=BC=20?= =?UTF-8?q?project=5Fslug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.editorconfig | 0 .../.gitignore | 0 .../CHANGELOG.md | 0 .../Makefile | 0 .../README.md | 0 .../pyproject.toml | 0 .../setup.cfg | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename cookiecutter-python/{{{ cookiecutter.project_name }} => {{ cookiecutter.project_slug }}}/.editorconfig (100%) rename cookiecutter-python/{{{ cookiecutter.project_name }} => {{ cookiecutter.project_slug }}}/.gitignore (100%) rename cookiecutter-python/{{{ cookiecutter.project_name }} => {{ cookiecutter.project_slug }}}/CHANGELOG.md (100%) rename cookiecutter-python/{{{ cookiecutter.project_name }} => {{ cookiecutter.project_slug }}}/Makefile (100%) rename cookiecutter-python/{{{ cookiecutter.project_name }} => {{ cookiecutter.project_slug }}}/README.md (100%) rename cookiecutter-python/{{{ cookiecutter.project_name }} => {{ cookiecutter.project_slug }}}/pyproject.toml (100%) rename cookiecutter-python/{{{ cookiecutter.project_name }} => {{ cookiecutter.project_slug }}}/setup.cfg (100%) diff --git a/cookiecutter-python/{{ cookiecutter.project_name }}/.editorconfig b/cookiecutter-python/{{ cookiecutter.project_slug }}/.editorconfig similarity index 100% rename from cookiecutter-python/{{ cookiecutter.project_name }}/.editorconfig rename to cookiecutter-python/{{ cookiecutter.project_slug }}/.editorconfig diff --git a/cookiecutter-python/{{ cookiecutter.project_name }}/.gitignore b/cookiecutter-python/{{ cookiecutter.project_slug }}/.gitignore similarity index 100% rename from cookiecutter-python/{{ cookiecutter.project_name }}/.gitignore rename to cookiecutter-python/{{ cookiecutter.project_slug }}/.gitignore diff --git a/cookiecutter-python/{{ cookiecutter.project_name }}/CHANGELOG.md b/cookiecutter-python/{{ cookiecutter.project_slug }}/CHANGELOG.md similarity index 100% rename from cookiecutter-python/{{ cookiecutter.project_name }}/CHANGELOG.md rename to cookiecutter-python/{{ cookiecutter.project_slug }}/CHANGELOG.md diff --git a/cookiecutter-python/{{ cookiecutter.project_name }}/Makefile b/cookiecutter-python/{{ cookiecutter.project_slug }}/Makefile similarity index 100% rename from cookiecutter-python/{{ cookiecutter.project_name }}/Makefile rename to cookiecutter-python/{{ cookiecutter.project_slug }}/Makefile diff --git a/cookiecutter-python/{{ cookiecutter.project_name }}/README.md b/cookiecutter-python/{{ cookiecutter.project_slug }}/README.md similarity index 100% rename from cookiecutter-python/{{ cookiecutter.project_name }}/README.md rename to cookiecutter-python/{{ cookiecutter.project_slug }}/README.md diff --git a/cookiecutter-python/{{ cookiecutter.project_name }}/pyproject.toml b/cookiecutter-python/{{ cookiecutter.project_slug }}/pyproject.toml similarity index 100% rename from cookiecutter-python/{{ cookiecutter.project_name }}/pyproject.toml rename to cookiecutter-python/{{ cookiecutter.project_slug }}/pyproject.toml diff --git a/cookiecutter-python/{{ cookiecutter.project_name }}/setup.cfg b/cookiecutter-python/{{ cookiecutter.project_slug }}/setup.cfg similarity index 100% rename from cookiecutter-python/{{ cookiecutter.project_name }}/setup.cfg rename to cookiecutter-python/{{ cookiecutter.project_slug }}/setup.cfg