Skip to content

Commit

Permalink
Doc and version updates (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: Sridhar Ramaswamy <sridhar@daxa.ai>
  • Loading branch information
srics and sridhar-daxa authored Apr 29, 2024
1 parent 311280c commit 131597d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
.ruff_cache/
cover/

# Translations
Expand Down
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Overview

Files for Pebblo Documentation hosted in https://daxa-ai.github.io/pebblo/
5 changes: 5 additions & 0 deletions pebblo_cloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Overview

Connect to Pebblo Cloud for enhanced visibility, policy based control and many advanced Gen-AI Data Governance, Compliance and Security features.

For more details how to obtain API key to connect to Pebblo Cloud see https://daxa.ai/pebblo
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "pebblo" # Required
#
# For a discussion on single-sourcing the version, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version = "0.1.14" # Required
version = "0.1.15" # Required

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

[tool.setuptools.packages.find]
exclude=["tests*", "pebblo_safeloader*", "pebblo_saferetriever*"]
exclude=["tests*", "pebblo_safeloader*", "pebblo_saferetriever*", "pebblo_cloud*"]

[build-system]
# These are the assumed default build requirements from pip:
Expand Down

0 comments on commit 131597d

Please sign in to comment.