We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daef65c commit 933d124Copy full SHA for 933d124
setup.py
@@ -39,6 +39,7 @@ def required(requirements_file):
39
if pkg.strip() and not pkg.startswith("#")]
40
41
42
+PLUGIN_ENTRY_POINT = 'hivemind-sqlite-db-plugin=hivemind_sqlite_database:SQLiteDB'
43
44
setup(
45
name='hivemind-sqlite-database',
@@ -48,6 +49,7 @@ def required(requirements_file):
48
49
license='Apache-2.0',
50
author='jarbasAi',
51
# install_requires=required("requirements.txt"),
52
+ entry_points={'hivemind.database': PLUGIN_ENTRY_POINT},
53
author_email='jarbasai@mailfence.com',
54
description='sqlite database plugin for hivemind-core'
55
)
0 commit comments