We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ea7a2 commit 97bc3f6Copy full SHA for 97bc3f6
1 file changed
pyproject.toml
@@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta"
6
find = {} # Scanning implicit namespaces is active by default
7
8
[project]
9
-name = "pydaes"
10
-version = "0.0.4"
+name = "scipy_dae"
+version = "0.0.1"
11
authors = [
12
{ name="Jonas Breuling", email="jonas.breuling@inm.uni-stuttgart.de" },
13
]
@@ -32,5 +32,5 @@ dev = [
32
33
34
[project.urls]
35
-Homepage = "https://github.com/JonasBreuling/pydaes"
36
-Issues = "https://github.com/JonasBreuling/pydaes/issues"
+Homepage = "https://github.com/JonasBreuling/scipy_dae"
+Issues = "https://github.com/JonasBreuling/scipy_dae/issues"
0 commit comments