From 28e9e819a59153bb7be6076e78b0d55593d2acb3 Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Tue, 7 Dec 2021 14:25:34 +0100 Subject: [PATCH] downgrad erequired python version to be compatible with airflow images --- requirements.txt | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index fd8ebc1..91a26ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ apache-airflow-providers-http apache-airflow-providers-sftp python-dotenv --index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple -airflow_datacat_integration \ No newline at end of file +airflow-datacat-integration \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 21b9393..c8cbde1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = airflow_datacat_integration -version = 0.0.2 +version = 0.0.3 author = Christian Boettcher author_email = c.boettcher@fz-juelich.de description = Datacatalog Integration for Apache Airflow @@ -16,7 +16,7 @@ classifiers = [options] packages = datacat_integration -python_requires = >=3.9 +python_requires = >=3.7 [options.packages.find] where = src \ No newline at end of file -- GitLab