Skip to content

Commit 25b14da

Browse files
fix proxy packages pyproject.toml [packages] key
1 parent dce7d2d commit 25b14da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

databind.core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "Databind is a library inspired by jackson-databind to de-/seriali
55
authors = ["Niklas Rosenstein <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
8+
packages = [{include = "_databind_core_proxy.py", from = "src"}]
89

910
[tool.poetry.urls]
1011
"Bug Tracker" = "https://github.com/NiklasRosenstein/python-databind/issues"

databind.json/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "De-/serialize Python dataclasses to or from JSON payloads. Compat
55
authors = ["Niklas Rosenstein <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
8+
packages = [{include = "_databind_json_proxy.py", from = "src"}]
89

910
[tool.poetry.urls]
1011
"Bug Tracker" = "https://github.com/NiklasRosenstein/python-databind/issues"

0 commit comments

Comments
 (0)