Skip to content

Commit 84cfe6a

Browse files
authored
Merge pull request #12 from scientificcomputing/dokken/update-stuff
Update toml file
2 parents 73f1db9 + b277252 commit 84cfe6a

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

docs/logo.png

11.4 KB
Loading

pyproject.toml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,19 @@ build-backend = "setuptools.build_meta"
66
name = "my-fenics-paper"
77
version = "0.3.0"
88
dependencies = [
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}"
8377
tag_message = "Bump version: {current_version} → {new_version}"
8478
current_version = "0.3.0"
8579
parse = "(?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]]

0 commit comments

Comments
 (0)