Skip to content

Commit

Permalink
Google meta tag and fix typo in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBreuling committed Jul 30, 2024
1 parent acdd9b8 commit 730e2ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<title>scipy_dae</title>
<meta name="google-site-verification" content="9dn1GGV7dSF33D8dEFI4gQChmvvE1nlpjJhzSsxfXKU" />
</head>
<body>
<p>Python implementation of solvers for differential algebraic equations (DAE's) and implicit differential equations (IDE's) that should be added to scipy one day.</p>
</body>
</html>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 730e2ba

Please sign in to comment.