We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8443370 commit d997570Copy full SHA for d997570
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "scikit-lego"
7
-version = "0.7.1"
+version = "0.7.4"
8
description="A collection of lego bricks for scikit-learn pipelines"
9
10
license = {file = "LICENSE"}
@@ -81,7 +81,7 @@ dev = [
81
]
82
83
[tool.setuptools.packages.find]
84
-include = ["sklego"]
+include = ["sklego*"]
85
exclude = [
86
"docs",
87
"images",
0 commit comments