From f80f2d9e2748dd25d471dc6eb51a08ba910ebfa5 Mon Sep 17 00:00:00 2001 From: Samir Kamal <1954121+skamril@users.noreply.github.com> Date: Thu, 9 Mar 2023 18:07:26 +0100 Subject: [PATCH] docs: update project metadata for release v2.13.0 Co-authored-by: Laurent LAPORTE --- antarest/__init__.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/antarest/__init__.py b/antarest/__init__.py index 0761e13c39..923dfadcf4 100644 --- a/antarest/__init__.py +++ b/antarest/__init__.py @@ -1,5 +1,16 @@ -__version__ = "2.13.0" +""" +Antares Web +This module contains the project metadata. +""" from pathlib import Path +# Standard project metadata + +__version__ = "2.13.0" +__author__ = "RTE, Antares Web Team" +__date__ = "2023-03-09" +# noinspection SpellCheckingInspection +__credits__ = "(c) Réseau de Transport de l’Électricité (RTE)" + ROOT_DIR: Path = Path(__file__).resolve().parent