Skip to content
Snippets Groups Projects
Commit d5dbdb4b authored by Dominique Benielli's avatar Dominique Benielli
Browse files

WIP

parent a4a1fb1c
Branches
Tags
No related merge requests found
...@@ -46,7 +46,7 @@ def fileStamping(filename, stamp): ...@@ -46,7 +46,7 @@ def fileStamping(filename, stamp):
print(line, end="") print(line, end="")
def getStamp(date, multimodal_version): def getStamp(date, summit_version):
""" Return the corrected formated stamp """ """ Return the corrected formated stamp """
stamp = open("copyrightstamp.txt").read() stamp = open("copyrightstamp.txt").read()
stamp = stamp.replace("DATE", date) stamp = stamp.replace("DATE", date)
...@@ -58,7 +58,7 @@ def getStamp(date, multimodal_version): ...@@ -58,7 +58,7 @@ def getStamp(date, multimodal_version):
def getVersionsAndDate(): def getVersionsAndDate():
""" Return (date, multimodal_version.. """ Return (date, summit_version..
) """ ) """
v_text = open('VERSION').read().strip() v_text = open('VERSION').read().strip()
v_text_formted = '{"' + v_text.replace('\n', '","').replace(':', '":"') v_text_formted = '{"' + v_text.replace('\n', '","').replace(':', '":"')
......
...@@ -7,7 +7,7 @@ Copyright(c) DATE ...@@ -7,7 +7,7 @@ Copyright(c) DATE
* Université d'Aix Marseille (AMU) - * Université d'Aix Marseille (AMU) -
* Centre National de la Recherche Scientifique (CNRS) - * Centre National de la Recherche Scientifique (CNRS) -
* Université de Toulon (UTLN). * Université de Toulon (UTLN).
* Copyright © 2019-2020 AMU, CNRS, UTLN * Copyright © 2019-2025 AMU, CNRS, UTLN
Contributors: Contributors:
------------ ------------
...@@ -25,7 +25,7 @@ Description: ...@@ -25,7 +25,7 @@ Description:
Version: Version:
------- -------
* multiview_generator version = MULTIMODAL_VERSION * multiview_generator version = SUMMIT_VERSION
Licence: Licence:
------- -------
......
...@@ -36,9 +36,9 @@ test = ['pytest', 'pytest-cov'] ...@@ -36,9 +36,9 @@ test = ['pytest', 'pytest-cov']
doc = ['sphinx==5.0', 'numpydoc', 'sphinx_gallery', "sphinx_rtd_theme"] doc = ['sphinx==5.0', 'numpydoc', 'sphinx_gallery', "sphinx_rtd_theme"]
[project.urls] [project.urls]
Homepage = 'https://github.com/multi-learn/summit' "Sources = 'https://github.com/multi-learn/summit'
Documentation = 'https://multi-learn.github.io/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] [tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]} dependencies = {file = ["requirements.txt"]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment