From 2d20b53c4cf4809591aff5edbbd5bf765ad80087 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:50:11 +0100 Subject: [PATCH] fix: reference to git repository is not standard --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01bc9cfdb..47fec8538 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ maintainers = [ {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}, ] dependencies = [ - "ansys-dpf-core @ git+https://git@github.com/ansys/pydpf-core.git", + "ansys-dpf-core@git+https://github.com/ansys/pydpf-core.git", "scooby", ] classifiers = [