Skip to content

Commit 3ef6092

Browse files
MAINT fix pyproject.toml to have non-dynamic README (skrub-data#1693)
1 parent dc3b636 commit 3ef6092

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "skrub"
7-
dynamic = ["version", "readme"]
7+
dynamic = ["version"]
88
description = "Machine learning with dataframes"
9+
readme = "README.rst"
910
authors = [
1011
{name = "Riccardo Cappuzzo"},
1112
{name = "Jerome Dockes"},
@@ -42,7 +43,6 @@ dependencies = [
4243

4344
[tool.setuptools.dynamic]
4445
version = { file = "skrub/VERSION.txt" }
45-
readme = { file = "README.rst" }
4646

4747
[project.optional-dependencies]
4848
dev = [

0 commit comments

Comments
 (0)