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 f302d62 commit 6d01d66Copy full SHA for 6d01d66
pyproject.toml
@@ -60,8 +60,9 @@ tests = [
60
Repository = "https://github.com/German-BioImaging/omero-rdf"
61
Changelog = "https://github.com/German-BioImaging/omero-rdf/blob/master/CHANGES.txt"
62
63
-[project.entry-points."omero_rdf.annotation_handler"]
64
-idr_annotations = "omero_rdf.idr_annotations:IDRAnnotationHandler"
+# Subplugins should register there entrypoints like this:
+# [project.entry-points."omero_rdf.annotation_handler"]
65
+# idr_annotations = "omero_rdf_wd.idr_annotations:IDRAnnotationHandler"
66
67
[tool.setuptools]
68
package-dir = {""= "src"}
0 commit comments