Skip to content

Commit 5b09b8c

Browse files
authored
fix: reference to git repository is not standard (#800)
1 parent 2a9d667 commit 5b09b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintainers = [
1717
{name = "ANSYS, Inc.", email = "[email protected]"},
1818
]
1919
dependencies = [
20-
"ansys-dpf-core @ git+https://git@github.com/ansys/pydpf-core.git",
20+
"ansys-dpf-core@git+https://github.com/ansys/pydpf-core.git",
2121
"scooby",
2222
]
2323
classifiers = [

0 commit comments

Comments
 (0)