diff --git a/{{cookiecutter.project_slug}}/.editorconfig b/{{cookiecutter.project_name}}/.editorconfig similarity index 100% rename from {{cookiecutter.project_slug}}/.editorconfig rename to {{cookiecutter.project_name}}/.editorconfig diff --git a/{{cookiecutter.project_slug}}/.github/ISSUE_TEMPLATE.md b/{{cookiecutter.project_name}}/.github/ISSUE_TEMPLATE.md similarity index 100% rename from {{cookiecutter.project_slug}}/.github/ISSUE_TEMPLATE.md rename to {{cookiecutter.project_name}}/.github/ISSUE_TEMPLATE.md diff --git a/{{cookiecutter.project_slug}}/.github/workflows/build-pipeline.yml b/{{cookiecutter.project_name}}/.github/workflows/build-pipeline.yml similarity index 100% rename from {{cookiecutter.project_slug}}/.github/workflows/build-pipeline.yml rename to {{cookiecutter.project_name}}/.github/workflows/build-pipeline.yml diff --git a/{{cookiecutter.project_slug}}/.gitignore b/{{cookiecutter.project_name}}/.gitignore similarity index 100% rename from {{cookiecutter.project_slug}}/.gitignore rename to {{cookiecutter.project_name}}/.gitignore diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml similarity index 100% rename from {{cookiecutter.project_slug}}/.pre-commit-config.yaml rename to {{cookiecutter.project_name}}/.pre-commit-config.yaml diff --git a/{{cookiecutter.project_slug}}/LICENSE b/{{cookiecutter.project_name}}/LICENSE similarity index 100% rename from {{cookiecutter.project_slug}}/LICENSE rename to {{cookiecutter.project_name}}/LICENSE diff --git a/{{cookiecutter.project_slug}}/MANIFEST.in b/{{cookiecutter.project_name}}/MANIFEST.in similarity index 100% rename from {{cookiecutter.project_slug}}/MANIFEST.in rename to {{cookiecutter.project_name}}/MANIFEST.in diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_name}}/README.md similarity index 100% rename from {{cookiecutter.project_slug}}/README.md rename to {{cookiecutter.project_name}}/README.md diff --git a/{{cookiecutter.project_slug}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml similarity index 100% rename from {{cookiecutter.project_slug}}/pyproject.toml rename to {{cookiecutter.project_name}}/pyproject.toml diff --git a/{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}/__init__.py b/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/__init__.py similarity index 100% rename from {{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}/__init__.py rename to {{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/__init__.py diff --git a/{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}/nodes.py b/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/nodes.py similarity index 100% rename from {{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}/nodes.py rename to {{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/nodes.py diff --git a/{{cookiecutter.project_slug}}/tests/__init__.py b/{{cookiecutter.project_name}}/tests/__init__.py similarity index 100% rename from {{cookiecutter.project_slug}}/tests/__init__.py rename to {{cookiecutter.project_name}}/tests/__init__.py diff --git a/{{cookiecutter.project_slug}}/tests/test_{{cookiecutter.project_slug}}.py b/{{cookiecutter.project_name}}/tests/test_{{cookiecutter.project_slug}}.py similarity index 100% rename from {{cookiecutter.project_slug}}/tests/test_{{cookiecutter.project_slug}}.py rename to {{cookiecutter.project_name}}/tests/test_{{cookiecutter.project_slug}}.py