1
0
mirror of synced 2026-01-08 12:03:02 -05:00

Cleanup Python packages (#2440)

This commit is contained in:
Sherif A. Nada
2021-03-15 01:24:21 -07:00
committed by GitHub
parent 556d0a6239
commit 2139a9656b
185 changed files with 301 additions and 8520 deletions

View File

@@ -10,7 +10,7 @@ ENV AIRBYTE_IMPL_PATH="SourceScaffoldSourcePython"
WORKDIR /airbyte/integration_code
COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install ".[main]"
RUN pip install .
LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.name=airbyte/source-scaffold-source-python