Skip to content

Commit

Permalink
Repair include files in pyproject.toml
Browse files Browse the repository at this point in the history
Former-commit-id: 3605c73
  • Loading branch information
blythed committed Aug 15, 2023
1 parent cc7968b commit a85aa46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ dependencies = [
"overrides>=7",
"tenacity>=8.1.0",
"scikit-learn>=1.1.3",
"faiss-cpu>=1.7.4",
"openai>=0.27.6",
"pillow>=9.4.0",
]
Expand Down Expand Up @@ -108,8 +107,8 @@ homepage = "https://www.superduperdb.com/"
documentation = "https://superduperdb.github.io/superduperdb/"
source = "https://github.com/SuperDuperDB/superduperdb/"

[tool.setuptools]
packages = ["superduperdb"]
[tool.setuptools.packages.find]
include = ["superduperdb*"]

[tool.setuptools.dynamic]
version = {attr = "superduperdb.__version__"}
Expand Down

0 comments on commit a85aa46

Please sign in to comment.