From 0290235bb71d7cbfb44e56d6d0cea8859518b114 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Fri, 23 Aug 2024 11:11:38 +0200 Subject: Add description to pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') 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"} -- cgit v1.2.3