#! /usr/bin/env python3
"""Meta-information about Pyromaths-QT."""
# Ce fichier ne doit avoir *aucun* import à part ceux de la librairie standard.
import textwrap
import time
VERSION = '18.9.3'
AUTHOR = "Jérôme Ortais"
AUTHOR_EMAIL = "jerome.ortais@pyromaths.org"
COPYRIGHT_YEAR = time.strftime('%Y')
COPYRIGHT_HTML = textwrap.dedent("""\
© 2006 – {} Jérôme Ortais
Pyromaths est distribué sous licence GPL.
""").format(COPYRIGHT_YEAR)
WEBSITE = 'http://www.pyromaths.org/'