feat: Add package proxy for main module and aggregate re-exports for managers

This commit is contained in:
William Valentin
2025-08-08 18:38:00 -07:00
parent bd598d63f9
commit 33d509389e
4 changed files with 23 additions and 0 deletions
+3
View File
@@ -119,3 +119,6 @@ package-dir = { "" = "src" }
where = ["src"]
include = ["thechart*"]
exclude = ["tests*"]
[tool.setuptools.package-data]
thechart = ["py.typed"]