First working version of plugin

This commit is contained in:
2025-05-08 13:05:04 +01:00
parent 83e21e61a3
commit 41aec68694
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="custom_invenio_plugin",
version="0.1.0",
version="1.0.0",
packages=["custom_invenio_plugin"],
entry_points={
"invenio_base.apps": [