Skip to content

Commit 1068cd5

Browse files
committed
feat: update sdk
1 parent 20795bc commit 1068cd5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=45", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "rapida"
6+
name = "rapida-python"
77
version = "0.1.7"
88
description = "RapidaAI SDK to integrate rapida.ai APIs"
99
readme = "README.md"

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name="rapida-python",
5+
package_data={"rapida": ["py.typed"], "rapida.clients.protos": ["*.py"]},
6+
)

0 commit comments

Comments
 (0)