Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Set poetry to package-mode = false #188

Merged
merged 3 commits into from Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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