Skip to content

Commit

Permalink
working setup`
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Apr 18, 2024
1 parent f571b44 commit e448c92
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 = "chatpdb"
version = "0.1.0"
version = "0.1.9"
authors = [
{ name="Caelean Barnes", email="[email protected]" },
{ name="Evan Doyle", email="[email protected]" },
Expand Down Expand Up @@ -53,4 +53,4 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["chatpdb"]
packages = ["chatpdb", "chatpdb.chat", "chatpdb.parsing"]

0 comments on commit e448c92

Please sign in to comment.