Skip to content

Commit 6d01d66

Browse files
committed
Turn entrypoint into a comment
1 parent f302d62 commit 6d01d66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ tests = [
6060
Repository = "https://github.com/German-BioImaging/omero-rdf"
6161
Changelog = "https://github.com/German-BioImaging/omero-rdf/blob/master/CHANGES.txt"
6262

63-
[project.entry-points."omero_rdf.annotation_handler"]
64-
idr_annotations = "omero_rdf.idr_annotations:IDRAnnotationHandler"
63+
# Subplugins should register there entrypoints like this:
64+
# [project.entry-points."omero_rdf.annotation_handler"]
65+
# idr_annotations = "omero_rdf_wd.idr_annotations:IDRAnnotationHandler"
6566

6667
[tool.setuptools]
6768
package-dir = {""= "src"}

0 commit comments

Comments
 (0)