Skip to content

Commit 40db0b6

Browse files
committed
Adding an entry point for the RDFLib store plugin
1 parent 63ccf8c commit 40db0b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,9 @@
5555
],
5656
tests_require="coveralls",
5757
test_suite="nose.collector",
58+
entry_points={
59+
'rdf.plugins.store': [
60+
'SQLAlchemy = rdflib_sqlalchemy.store:SQLAlchemy'
61+
]
62+
}
5863
)

0 commit comments

Comments
 (0)