From 16abf8b9dff5b18d03c5fb97b7455786dc3ade4a Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Thu, 2 Dec 2021 10:22:02 +0100 Subject: [PATCH] add built package to its own requirements increase version number for next build --- requirements.txt | 4 +++- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ef2dbc6..af8f1b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,6 @@ pytest==6.2.4 pytest-cov==3.0.0 nose==1.3.7 requests==2.25.1 -build==0.7.0 \ No newline at end of file +build==0.7.0 +--index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple +airflow_datacat_integration \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 9f1a20d..8b0674a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = airflow_datacat_integration -version = 0.0.1 +version = 0.0.2 author = Christian Boettcher author_email = c.boettcher@fz-juelich.de description = Datacatalog Integration for Apache Airflow -- GitLab