Skip to content

Commit b1e708c

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : f4b4ef2 Branch : main Author : Aleksandra Nenadic <[email protected]> Time : 2025-05-30 16:03:45 +0000 Message : Merge pull request #460 from k-collie/k-collie/update-pyproject.toml Update pdm init output for PEP621 compliant poetry
1 parent 1e42ec5 commit b1e708c

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

43-software-release.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,26 +134,28 @@ Version [0.1.0]: 1.0.0
134134
Description []: Analyse patient inflammation data
135135
Author [None, n to skip]: James Graham <[email protected]>
136136
License []: MIT
137-
Compatible Python versions [^3.11]: ^3.11
137+
Compatible Python versions [>=3.13]: >=3.10
138138
139139
Would you like to define your main dependencies interactively? (yes/no) [yes] no
140140
Would you like to define your development dependencies interactively? (yes/no) [yes] no
141141
Generated file
142142
143-
[tool.poetry]
143+
[project]
144144
name = "inflammation"
145145
version = "1.0.0"
146146
description = "Analyse patient inflammation data"
147-
authors = ["James Graham <[email protected]>"]
148-
license = "MIT"
147+
authors = [
148+
{name = "James Graham",email = "[email protected]"}
149+
]
150+
license = {text = "MIT"}
151+
readme = "README.md"
152+
requires-python = ">=3.10"
153+
dependencies = [
154+
]
149155
150-
[tool.poetry.dependencies]
151-
python = "^3.11"
152-
153-
[tool.poetry.dev-dependencies]
154156
155157
[build-system]
156-
requires = ["poetry-core>=1.0.0"]
158+
requires = ["poetry-core>=2.0.0,<3.0.0"]
157159
build-backend = "poetry.core.masonry.api"
158160
159161

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"episodes/40-section4-intro.md" "d8aa3c327409db1b14826b7619287c45" "site/built/40-section4-intro.md" "2024-12-06"
3131
"episodes/41-code-review.md" "726036baff329ef792c6b871135dc23a" "site/built/41-code-review.md" "2025-05-01"
3232
"episodes/42-software-reuse.md" "d97b8a23401a52bfb6dc5e564981fcf2" "site/built/42-software-reuse.md" "2024-12-06"
33-
"episodes/43-software-release.md" "3b29b1050dafe663d8d99d98344b0680" "site/built/43-software-release.md" "2025-03-10"
33+
"episodes/43-software-release.md" "b7cde17cca571b448bca25634ac0b02f" "site/built/43-software-release.md" "2025-05-30"
3434
"episodes/50-section5-intro.md" "85de74adcd13ba9e8a6df600a17b9ddc" "site/built/50-section5-intro.md" "2024-12-06"
3535
"episodes/51-managing-software.md" "666be3cf81dab6bb120f649c65bd64c1" "site/built/51-managing-software.md" "2025-02-25"
3636
"episodes/52-assessing-software-suitability-improvement.md" "9092d3b746792536b43dd9d9eb1da26e" "site/built/52-assessing-software-suitability-improvement.md" "2024-12-06"

0 commit comments

Comments
 (0)