Skip to content

Commit 131597d

Browse files
sricssridhar-daxa
andauthored
Doc and version updates (daxa-ai#357)
Co-authored-by: Sridhar Ramaswamy <[email protected]>
1 parent 311280c commit 131597d

File tree

7 files changed

+11
-2
lines changed

7 files changed

+11
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ coverage.xml
4949
*.py,cover
5050
.hypothesis/
5151
.pytest_cache/
52+
.ruff_cache/
5253
cover/
5354

5455
# Translations

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Overview
2+
3+
Files for Pebblo Documentation hosted in https://daxa-ai.github.io/pebblo/

pebblo_cloud/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Overview
2+
3+
Connect to Pebblo Cloud for enhanced visibility, policy based control and many advanced Gen-AI Data Governance, Compliance and Security features.
4+
5+
For more details how to obtain API key to connect to Pebblo Cloud see https://daxa.ai/pebblo

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "pebblo" # Required
1717
#
1818
# For a discussion on single-sourcing the version, see
1919
# https://packaging.python.org/guides/single-sourcing-package-version/
20-
version = "0.1.14" # Required
20+
version = "0.1.15" # Required
2121

2222
# This is a one-line description or tagline of what your project does. This
2323
# corresponds to the "Summary" metadata field:
@@ -163,7 +163,7 @@ package-data = {"pebblo" = ['reports/templates/*', 'reports/assets/*','app/pebbl
163163
include-package-data = false
164164

165165
[tool.setuptools.packages.find]
166-
exclude=["tests*", "pebblo_safeloader*", "pebblo_saferetriever*"]
166+
exclude=["tests*", "pebblo_safeloader*", "pebblo_saferetriever*", "pebblo_cloud*"]
167167

168168
[build-system]
169169
# These are the assumed default build requirements from pip:

0 commit comments

Comments
 (0)