From 93a0894f1d58ec75becd5da84e10b6b78f34ba91 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 4 Apr 2024 11:13:15 +0200 Subject: [PATCH] [ci] Use normal python pipeline which already includes RTD support --- .gitlab-ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0f40b6..33ba40b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,4 @@ include: - project: software/dev-profile - file: /gitlab/python+rtd.yml + file: /gitlab/python.yml diff --git a/pyproject.toml b/pyproject.toml index 502286c..dd2edbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" name = "idiap-devtools" dynamic = ["version"] requires-python = ">=3.10" -description = "This package contains a *pot-pourri* of various tools required to develop python packages at Idiap's GitLab infrastructure" +description = "A *pot-pourri* of various tools required to develop python packages at Idiap's GitLab infrastructure" readme = "README.md" license = "BSD-3-Clause" authors = [{ name = "Andre Anjos", email = "andre.anjos@idiap.ch" }] -- GitLab