Skip to content

Commit

Permalink
chore: Set poetry to package-mode = false (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Mar 7, 2024
1 parent b0a282d commit f91f57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -29,7 +29,7 @@ ENV PIP_REQUIRE_VIRTUALENV=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
### Poetry
POETRY_HOME=/opt/poetry \
POETRY_VERSION=1.6.1 \
POETRY_VERSION=1.8.2 \
POETRY_VIRTUALENVS_CREATE=false
ENV POETRY_CACHE_DIR=$POETRY_HOME/.cache/pypoetry \
PATH="$POETRY_HOME/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -4,6 +4,7 @@ version = "0.6.0"
description = ""
authors = ["Eran Kampf <eran@twingate.com>"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit f91f57a

Please sign in to comment.