Switched build system from setuptools to hatchling

This commit is contained in:
2025-04-29 12:13:57 +01:00
parent 60085e90ab
commit 668ae1e34c
5 changed files with 1465 additions and 1164 deletions
+1 -2
View File
@@ -8,11 +8,10 @@
"""invenio module that adds I-Form configs."""
from .__version__ import version as __version__
from .ext import InvenioConfigIform
from .utils import get_identity_from_user_by_email
__version__ = "0.12.5"
__all__ = (
"InvenioConfigIform",
"__version__",