diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-08-23 11:11:38 +0200 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-08-23 11:11:38 +0200 |
commit | 0290235bb71d7cbfb44e56d6d0cea8859518b114 (patch) | |
tree | abede6a79342b01c7a4073d1f77b8fdd3bd5eaf7 | |
parent | f120ae00a6a2d85c4159805788823f2d1811053b (diff) |
Add description to pyproject.toml
-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"} |