From 705cdcd5a32b03590c57a992b0c5e4cfcd1a1007 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Mon, 2 Sep 2024 12:33:56 +0200 Subject: [PATCH] sort --- {{cookiecutter.project_name}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 54786521..dc55106a 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -51,8 +51,8 @@ optional-dependencies.test = [ ] # https://docs.pypi.org/project_metadata/#project-urls urls.Documentation = "https://{{ cookiecutter.project_name }}.readthedocs.io/" -urls.Source = "https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.github_repo }}" urls.Homepage = "https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.github_repo }}" +urls.Source = "https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.github_repo }}" {% if cookiecutter.project_name.lower().replace("-", "_") != cookiecutter.package_name -%} [tool.hatch.build.targets.wheel]