We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3b636 commit 3ef6092Copy full SHA for 3ef6092
1 file changed
pyproject.toml
@@ -4,8 +4,9 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "skrub"
7
-dynamic = ["version", "readme"]
+dynamic = ["version"]
8
description = "Machine learning with dataframes"
9
+readme = "README.rst"
10
authors = [
11
{name = "Riccardo Cappuzzo"},
12
{name = "Jerome Dockes"},
@@ -42,7 +43,6 @@ dependencies = [
42
43
44
[tool.setuptools.dynamic]
45
version = { file = "skrub/VERSION.txt" }
-readme = { file = "README.rst" }
46
47
[project.optional-dependencies]
48
dev = [
0 commit comments