Switched build system to hatchling

This commit is contained in:
2025-04-29 14:27:27 +01:00
parent 3c4ac5580a
commit f15ade1bf4
5 changed files with 52 additions and 228 deletions
+1 -1
View File
@@ -8,8 +8,8 @@
"""invenio module for I-Form theme."""
from .__version__ import version as __version__
from .ext import InvenioThemeIform
__version__ = "4.13.0"
__all__ = ("__version__", "InvenioThemeIform")