Skip to content

Commit fcf187c

Browse files
authored
Fix package data (#2004)
1 parent 7ab5f3e commit fcf187c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

py/pyproject.toml

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

55
[project]
66
name = "r2r"
7-
version = "3.4.2"
7+
version = "3.4.3"
88
description = "SciPhi R2R"
99
readme = "README.md"
1010
license = {text = "MIT"}
@@ -141,3 +141,7 @@ filterwarnings = [
141141
[tool.setuptools]
142142
packages = { find = { where = [ "." ], include = [ "r2r*", "sdk*", "shared*", "core*" ] } }
143143
include-package-data = true
144+
145+
[tool.setuptools.package-data]
146+
core = ["configs/*.toml"]
147+
r2r = ["r2r.toml"]

0 commit comments

Comments
 (0)