Skip to content

Commit

Permalink
fix: missing hivemind entrypoint in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 29, 2024
1 parent daef65c commit 933d124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def required(requirements_file):
if pkg.strip() and not pkg.startswith("#")]


PLUGIN_ENTRY_POINT = 'hivemind-sqlite-db-plugin=hivemind_sqlite_database:SQLiteDB'

setup(
name='hivemind-sqlite-database',
Expand All @@ -48,6 +49,7 @@ def required(requirements_file):
license='Apache-2.0',
author='jarbasAi',
# install_requires=required("requirements.txt"),
entry_points={'hivemind.database': PLUGIN_ENTRY_POINT},
author_email='[email protected]',
description='sqlite database plugin for hivemind-core'
)

0 comments on commit 933d124

Please sign in to comment.