File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,19 @@ build-backend = "setuptools.build_meta"
66name = " my-fenics-paper"
77version = " 0.3.0"
88dependencies = [
9- " h5py==3.9.0" , # Pin to same version that is allready installed in the docker image
9+ " h5py==3.9.0" , # Pin to same version that is allready installed in the docker image
1010 " cardiac-geometries>=0.11.0" ,
1111 " ldrb" ,
1212 " requests" ,
1313 " tqdm" ,
1414]
1515
16+ [tool .setuptools ]
17+ packages = []
1618
1719[project .optional-dependencies ]
18- dev = [
19- " pdbpp" ,
20- " pre-commit" ,
21- " bump-my-version" ,
22- ]
23- docs = [
24- " jupyter-book" ,
25- " jupytext" ,
26- " sphinxcontrib-bibtex" ,
27- ]
20+ dev = [" pdbpp" , " pre-commit" , " bump-my-version" ]
21+ docs = [" jupyter-book" , " jupytext" , " sphinxcontrib-bibtex" ]
2822
2923[tool .ruff ]
3024# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
@@ -83,9 +77,7 @@ tag_name = "v{new_version}"
8377tag_message = " Bump version: {current_version} → {new_version}"
8478current_version = " 0.3.0"
8579parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
86- serialize = [
87- " {major}.{minor}.{patch}"
88- ]
80+ serialize = [" {major}.{minor}.{patch}" ]
8981
9082
9183[[tool .bumpversion .files ]]
You can’t perform that action at this time.
0 commit comments