From 80be9f64c3dca1264e4a6aa9c3806464d6f8687b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7oise=20Conil?= <francoise.conil@insa-lyon.fr>
Date: Thu, 8 Feb 2024 09:46:52 +0100
Subject: [PATCH] =?UTF-8?q?Modif=20r=C3=A9f=C3=A9rence=20source=20et=20mod?=
 =?UTF-8?q?if=20de=20mise=20en=20forme?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 versionner-un-code-python.qmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versionner-un-code-python.qmd b/versionner-un-code-python.qmd
index b5361eb..6247e05 100644
--- a/versionner-un-code-python.qmd
+++ b/versionner-un-code-python.qmd
@@ -21,7 +21,7 @@ versionner son code Python ?
 - Librairies de gestion de l'identifiant de version (setuptools_scm,
   Versioneer, Miniver, ...)
 
-::: aside
+::: notes
 Cette présentation ne décrit pas toutes les étapes nécessaires au packaging
 d'une application.
 :::
@@ -33,7 +33,7 @@ d'une application.
 La structure d'un **identifiant de version Python**, spécifiée par la PEP 440
 ^[[PEP 440 - Version Identification and Dependency Specification](https://peps.python.org/pep-0440/)], 
 est la suivante ^[Informations et illustrations extraites de l'article [What is a Python package version?](https://sethmlarson.dev/pep-440#v-prefixes) de [Seth Michael
-Larson](https://sethmlarson.dev/) sous licence [waiting for license choice](https://creativecommons.org/share-your-work/cclicenses/)] :
+Larson](https://sethmlarson.dev/) sous licence [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1)] :
 
 ![](images/python-version-identifiers.png){height="120"}
 
-- 
GitLab