From d5dbdb4b8181c42c4124f7c8736c3f3bf256cc23 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Mon, 19 May 2025 13:27:49 +0200 Subject: [PATCH] WIP --- copyright.py | 4 ++-- copyrightstamp.txt | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/copyright.py b/copyright.py index 903bde70..c700719d 100644 --- a/copyright.py +++ b/copyright.py @@ -46,7 +46,7 @@ def fileStamping(filename, stamp): print(line, end="") -def getStamp(date, multimodal_version): +def getStamp(date, summit_version): """ Return the corrected formated stamp """ stamp = open("copyrightstamp.txt").read() stamp = stamp.replace("DATE", date) @@ -58,7 +58,7 @@ def getStamp(date, multimodal_version): def getVersionsAndDate(): - """ Return (date, multimodal_version.. + """ Return (date, summit_version.. ) """ v_text = open('VERSION').read().strip() v_text_formted = '{"' + v_text.replace('\n', '","').replace(':', '":"') diff --git a/copyrightstamp.txt b/copyrightstamp.txt index 872fce0e..3a8886b9 100644 --- a/copyrightstamp.txt +++ b/copyrightstamp.txt @@ -7,7 +7,7 @@ Copyright(c) DATE * Université d'Aix Marseille (AMU) - * Centre National de la Recherche Scientifique (CNRS) - * Université de Toulon (UTLN). -* Copyright © 2019-2020 AMU, CNRS, UTLN +* Copyright © 2019-2025 AMU, CNRS, UTLN Contributors: ------------ @@ -25,7 +25,7 @@ Description: Version: ------- -* multiview_generator version = MULTIMODAL_VERSION +* multiview_generator version = SUMMIT_VERSION Licence: ------- diff --git a/pyproject.toml b/pyproject.toml index 2e58eb8c..6e4ae2ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,9 @@ test = ['pytest', 'pytest-cov'] doc = ['sphinx==5.0', 'numpydoc', 'sphinx_gallery', "sphinx_rtd_theme"] [project.urls] -Homepage = 'https://github.com/multi-learn/summit' +"Sources = 'https://github.com/multi-learn/summit' Documentation = 'https://multi-learn.github.io/summit/' -Issues = '"https://github.com/multi-learn/summit/issues' +"Bug Tracker" = '"https://github.com/multi-learn/summit/issues' [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]} -- GitLab