Skip to content

Commit afcbc0d

Browse files
add missing sub-packages to pyproject.toml
1 parent e95e788 commit afcbc0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oshconnect"
3-
version = "0.3.0a2"
3+
version = "0.3.0a3"
44
description = "Library for interfacing with OSH, helping guide visualization efforts, and providing a place to store configurations."
55
readme = "README.md"
66
authors = [
@@ -23,4 +23,4 @@ dev = [
2323
]
2424

2525
[tool.setuptools]
26-
packages = ["oshconnect"]
26+
packages = ["oshconnect", "oshconnect.csapi4py", "oshconnect.datamodels"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)