Skip to content
Snippets Groups Projects
Commit 93a0894f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Use normal python pipeline which already includes RTD support

parent 4b278e8c
Branches
Tags
No related merge requests found
Pipeline #85616 passed
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
include: include:
- project: software/dev-profile - project: software/dev-profile
file: /gitlab/python+rtd.yml file: /gitlab/python.yml
...@@ -10,7 +10,7 @@ build-backend = "hatchling.build" ...@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
name = "idiap-devtools" name = "idiap-devtools"
dynamic = ["version"] dynamic = ["version"]
requires-python = ">=3.10" 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" readme = "README.md"
license = "BSD-3-Clause" license = "BSD-3-Clause"
authors = [{ name = "Andre Anjos", email = "andre.anjos@idiap.ch" }] authors = [{ name = "Andre Anjos", email = "andre.anjos@idiap.ch" }]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment