Skip to content

Commit 8b331e6

Browse files
committed
Use poetry
1 parent 8876ff9 commit 8b331e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ requires = [ "poetry-core>=2.0.0,<3.0.0", "wheel"]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
packages = [{include = "confluent_kafka", from = "src"}]
6+
# only use poetry for dependency management
7+
package-mode = false
78

89
[tool.poetry.dependencies]
910
attrs = {version = ">=24", optional = true}

0 commit comments

Comments
 (0)