Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Feb 20, 2025
1 parent 9ff2e39 commit 02147dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
include README.md
include LICENSE
include NOTICE
include DCO
include Makefile
include SECURITY.md
include CHANGELOG.md
include CONTRIBUTING.md
include pyproject.toml
include databricks/sdk/py.typed

exclude .codegen.json
exclude .readthedocs.yaml
exclude docs-requirements.txt

recursive-exclude docs *
recursive-exclude examples *
recursive-exclude tests *
recursive-exclude .codegen *
recursive-exclude .vscode *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ openai = [
version = { attr = "databricks.sdk.version.__version__" }

[tool.setuptools.packages.find]
exclude = ["tests", "*tests.*", "*tests"]
include = ["databricks", "databricks.*"]

[tool.setuptools.package-data]
"databricks.sdk" = ["py.typed"]

0 comments on commit 02147dd

Please sign in to comment.