diff --git a/index.html b/index.html new file mode 100644 index 0000000..8ad313a --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + +
+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 = [