Skip to content

Commit

Permalink
📦 repackage with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Feb 19, 2025
1 parent c792abd commit 9d4c611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "qabot"
version = "0.7.0"
version = "0.7.1"
description = "Query local or remote data files with natural language queries powered by OpenAI and DuckDB."
authors = [{name = "Brian Thorne", email = "[email protected]" }]
readme = "README.md"
Expand All @@ -26,7 +26,7 @@ qabot = "qabot.cli:run"

[tool.setuptools.packages.find]
where = ["."]
include = ["qabot"]
include = ["qabot", "qabot.*"]
exclude = ["data", "experiments"]


Expand Down

0 comments on commit 9d4c611

Please sign in to comment.