diff options
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 27d328b..83ca092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,8 @@ requires-python = ">= 3.12" dependencies = ["matplotlib", "numpy", "scipy"] maintainers = [{name = "Thomas Albers Raviola", email = "thomasgu@uni-bremen.de"}, {name = "Tim Suhling", email = "timsuh@uni-bremen.de"}] -description = "" +description = "Numerical solver and plotter of solutions to the one-dimensional Schoedinger + equation" readme = "README.md" license = {file = "COPYING"} |