From 730e2ba2dd1032a5519105f951571212b71c71da Mon Sep 17 00:00:00 2001 From: Jonas Breuling Date: Tue, 30 Jul 2024 09:26:09 +0200 Subject: [PATCH] Google meta tag and fix typo in readme. --- index.html | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..8ad313a --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + + scipy_dae + + + +

Python implementation of solvers for differential algebraic equations (DAE's) and implicit differential equations (IDE's) that should be added to scipy one day.

+ + \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f561e6c..6d7f02c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.0.4" authors = [ { name="Jonas Breuling", email="jonas.breuling@inm.uni-stuttgart.de" }, ] -description = "Python implementation of solvers for differential algebraic equations (DAE's) and implicit differential equations (IDE's) that should be added to scipy one day.." +description = "Python implementation of solvers for differential algebraic equations (DAE's) and implicit differential equations (IDE's) that should be added to scipy one day." readme = "README.md" requires-python = ">=3.8" dependencies = [