Skip to content

Commit ea5a78d

Browse files
committed
Add readme entry [no ci]
1 parent 7ce37cf commit ea5a78d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bayesflow"
7-
version = "2.0.1"
7+
version = "2.0.2"
88
authors = [{ name = "The BayesFlow Team" }]
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",
@@ -19,6 +19,7 @@ classifiers = [
1919
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2020
]
2121
description = "Amortizing Bayesian Inference With Neural Networks"
22+
readme = { file = "README.md", content-type = "text/markdown" }
2223
license = { file = "LICENSE" }
2324

2425
requires-python = ">= 3.10, < 3.12"

0 commit comments

Comments
 (0)