Skip to content

Commit 34ad824

Browse files
committed
Fix pyproject
1 parent 1c1abc9 commit 34ad824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "re-env0-toolbox"
2+
name = "re-env0"
33
version = "0.1.0"
44
description = ""
55
authors = ["Igor Malinovskyi <[email protected]>"]
@@ -10,7 +10,7 @@ python = "^3.11"
1010
typer = "^0.12.3"
1111
setuptools = "^69.5.1"
1212
backoff = "^2.2.1"
13-
env0-client = {path = "deps/env0_client", develop = true}
13+
env0-client = {path = "deps/env0_client"}
1414
requests = "^2.31.0"
1515

1616
[tool.poetry.scripts]

0 commit comments

Comments
 (0)