Skip to content

Commit 933d124

Browse files
committed
fix: missing hivemind entrypoint in setup.py
1 parent daef65c commit 933d124

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def required(requirements_file):
3939
if pkg.strip() and not pkg.startswith("#")]
4040

4141

42+
PLUGIN_ENTRY_POINT = 'hivemind-sqlite-db-plugin=hivemind_sqlite_database:SQLiteDB'
4243

4344
setup(
4445
name='hivemind-sqlite-database',
@@ -48,6 +49,7 @@ def required(requirements_file):
4849
license='Apache-2.0',
4950
author='jarbasAi',
5051
# install_requires=required("requirements.txt"),
52+
entry_points={'hivemind.database': PLUGIN_ENTRY_POINT},
5153
author_email='jarbasai@mailfence.com',
5254
description='sqlite database plugin for hivemind-core'
5355
)

0 commit comments

Comments
 (0)