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