Skip to content

Commit c0418c2

Browse files
committed
Change package discovery
1 parent 596a0d8 commit c0418c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "clax-core"
7-
version = "0.1.3"
7+
version = "0.1.5"
88
description = "A fast and flexible library for gradient-based click models"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -22,7 +22,10 @@ dependencies = [
2222

2323
[tool.setuptools]
2424
include-package-data = true
25-
packages = ["clax", "clax.config", "clax.datasets", "clax.models", "clax.parameters", "clax.utils"]
25+
26+
[tool.setuptools.packages.find]
27+
where = ["."]
28+
include = ["clax*"]
2629

2730
[project.optional-dependencies]
2831
cuda12 = [

0 commit comments

Comments
 (0)