Skip to content

Commit f12fe3d

Browse files
committed
fix: fixed build system
1 parent 3a294ae commit f12fe3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

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

55
[project]
66
name = "flaxdiff"
7-
version = "0.1.36.1"
7+
version = "0.1.36.3"
88
description = "A versatile and easy to understand Diffusion library"
99
readme = "README.md"
1010
authors = [
@@ -28,5 +28,5 @@ dependencies = [
2828
]
2929
license = "MIT"
3030

31-
[tool.setuptools]
32-
packages = ["flaxdiff"]
31+
[tool.setuptools.packages.find]
32+
include = ["flaxdiff*"]

0 commit comments

Comments
 (0)