Skip to content

Commit

Permalink
0.1.13, Restore top level package to build
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Apr 18, 2024
1 parent 4f15643 commit 772f531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "chatpdb"
version = "0.1.12"
version = "0.1.13"
authors = [
{ name="Caelean Barnes", email="caeleanb@gmail.com" },
{ name="Evan Doyle", email="evanmdoyle@gmail.com" },
Expand Down Expand Up @@ -53,6 +53,6 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["chatpdb"]
include = ["*"]
where = ["."]
include = ["chatpdb*"]
namespaces = false

0 comments on commit 772f531

Please sign in to comment.