Skip to content

Commit 97bc3f6

Browse files
committed
Renamed project.
1 parent d6ea7a2 commit 97bc3f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta"
66
find = {} # Scanning implicit namespaces is active by default
77

88
[project]
9-
name = "pydaes"
10-
version = "0.0.4"
9+
name = "scipy_dae"
10+
version = "0.0.1"
1111
authors = [
1212
{ name="Jonas Breuling", email="jonas.breuling@inm.uni-stuttgart.de" },
1313
]
@@ -32,5 +32,5 @@ dev = [
3232
]
3333

3434
[project.urls]
35-
Homepage = "https://github.com/JonasBreuling/pydaes"
36-
Issues = "https://github.com/JonasBreuling/pydaes/issues"
35+
Homepage = "https://github.com/JonasBreuling/scipy_dae"
36+
Issues = "https://github.com/JonasBreuling/scipy_dae/issues"

0 commit comments

Comments
 (0)