Skip to content

Commit 29a914e

Browse files
committed
fix: package configuration for PyPi and build
1 parent 93cdca9 commit 29a914e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "1.1.0"
44
requires-python = ">=3.11"
55
description = "LOREM explainer package"
66
readme = "README.md"
7+
dynamic = ["dependencies"]
78

89
[project.optional-dependencies]
910
images = ["keras", "tensorflow"]
@@ -13,7 +14,8 @@ requires = ["setuptools"]
1314
build-backend = "setuptools.build_meta"
1415

1516
[tool.setuptools]
16-
packages = ["lore_sa"]
17+
#packages = ["lore_sa"]
18+
packages = {find = {where = ["."], include = ["lore_sa*"], exclude = ["tests*", "docs*", "test*"]}}
1719

1820
[tool.setuptools.dynamic]
1921
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)