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

WIP

parent a4a1fb1c
No related branches found
No related tags found
No related merge requests found
......@@ -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(':', '":"')
......
......@@ -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:
-------
......
......@@ -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"]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment