Skip to content

Commit 87ca1cf

Browse files
committed
Adjust pyproject
1 parent 7915f0c commit 87ca1cf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ezyrb"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "Easy Reduced Basis"
55
readme = "README.md"
66
authors = [
@@ -36,14 +36,11 @@ dev = [
3636
"black",
3737
"pylint"
3838
]
39-
tutorial = [
40-
"jupyter",
41-
"notebook"
42-
]
4339

4440
[project.urls]
4541
Homepage = "https://github.com/mathLab/EZyRB"
4642
Repository = "https://github.com/mathLab/EZyRB"
43+
Documentation = "http://mathlab.github.io/EZyRB/"
4744

4845
[build-system]
4946
requires = ["setuptools>=45", "wheel"]

0 commit comments

Comments
 (0)