Skip to content

Commit 0a7e255

Browse files
committed
Update pyproject.toml
1 parent e3c159b commit 0a7e255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 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.2"
7+
version = "0.1.3"
88
description = "A fast and flexible library for gradient-based click models"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -22,7 +22,7 @@ dependencies = [
2222

2323
[tool.setuptools]
2424
include-package-data = true
25-
packages = ["clax"]
25+
packages = ["clax", "clax.config", "clax.datasets", "clax.models", "clax.parameters", "clax.utils"]
2626

2727
[project.optional-dependencies]
2828
cuda12 = [

0 commit comments

Comments
 (0)