Skip to content

Commit d93050d

Browse files
author
Marjolein Verkouter
committed
Configure correct(new) dependency name
The Python PGPLOT extension had to be renamed since the attempt to publish on PyPI. There was an already existing package on there with the name "ppgplot" but, however, was completely unrelated. So the PyPI project name was changed to "python-pgplot", so we need to refer to that as dependency.
1 parent f8df781 commit d93050d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
dependencies = [
3131
"numpy",
3232
"python-casacore",
33-
"ppgplot",
33+
"python-pgplot",
3434
"six",
3535
]
3636

0 commit comments

Comments
 (0)