Skip to content

Commit 973e4b2

Browse files
committed
Allow adit-radis-shared to be used as a Python package
1 parent 15302d7 commit 973e4b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 -
5959

6060
# copy project requirement files here to ensure they will be cached.
6161
WORKDIR $PYSETUP_PATH
62-
COPY poetry.lock pyproject.toml ./
62+
COPY poetry.lock pyproject.toml README.md ./
6363

6464
# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
6565
RUN poetry install --without dev

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dynamic = ["dependencies", "version"]
99

1010
[tool.poetry]
1111
version = "0.0.0"
12-
package-mode = false
12+
packages = [{ include = "adit_radis_shared" }]
1313

1414
[tool.poetry.dependencies]
1515
channels = "^4.0.0"

0 commit comments

Comments
 (0)