summaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2023-06-14 13:58:02 +0200
committerAgathe Porte <microjoe@microjoe.org>2023-06-14 13:58:31 +0200
commit542a8194e9e4b47317dd226c2b3f5297f859a72c (patch)
tree076f68da7e7ed1c1da8e111a171ee1378406c2da /__init__.py
parent813a5be1be6483b92292135c1e999a8263d1b9d4 (diff)
downloadpelican-git-describe-main.tar.gz
pelican-git-describe-main.zip
Add MIT licensemain
And make project reuse-compliant.
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py
index 8f28cef..8436693 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2023 Agathe Porte
+#
+# SPDX-License-Identifier: MIT
+
from .git_describe import register
__all__ = ['register']