Skip to content

Commit 7c78b08

Browse files
committed
reverted build change
1 parent 9e7dcdd commit 7c78b08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/unstract/sdk/adapters/embedding/azure_open_ai/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ readme = "README.md"
99
classifiers = ["Programming Language :: Python"]
1010
license = { text = "MIT" }
1111

12-
# [build-system]
13-
# requires = ["hatchling"]
14-
# build-backend = "hatchling.build"
12+
[build-system]
13+
requires = ["hatchling"]
14+
build-backend = "hatchling.build"
1515

16-
# [tool.hatch.build.targets.wheel]
17-
# packages = ["src"]
18-
# # source-includes = ["tests"]
16+
[tool.hatch.build.targets.wheel]
17+
packages = ["src"]
18+
# source-includes = ["tests"]

0 commit comments

Comments
 (0)