We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7983ad0 commit b68ff64Copy full SHA for b68ff64
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "tinybird-python-sdk"
7
-version = "0.2.0"
+version = "0.2.1"
8
description = "Python SDK for Tinybird"
9
readme = "README.md"
10
authors = [
@@ -30,4 +30,4 @@ target-version = ['py37']
30
include = '\.pyi?$'
31
32
[tool.setuptools]
33
-packages = ["tb"]
+packages = ["tb", "tb.a", "tb.litellm"]
0 commit comments