We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7dcdd commit 7c78b08Copy full SHA for 7c78b08
src/unstract/sdk/adapters/embedding/azure_open_ai/pyproject.toml
@@ -9,10 +9,10 @@ readme = "README.md"
9
classifiers = ["Programming Language :: Python"]
10
license = { text = "MIT" }
11
12
-# [build-system]
13
-# requires = ["hatchling"]
14
-# build-backend = "hatchling.build"
+[build-system]
+requires = ["hatchling"]
+build-backend = "hatchling.build"
15
16
-# [tool.hatch.build.targets.wheel]
17
-# packages = ["src"]
18
-# # source-includes = ["tests"]
+[tool.hatch.build.targets.wheel]
+packages = ["src"]
+# source-includes = ["tests"]
0 commit comments