Removed z3c.autoinclude.plugin entrypoint.

This commit is contained in:
Maurits van Rees
2022-05-05 22:08:05 +02:00
parent fe10c7448f
commit 73f1255c1f
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
Removed z3c.autoinclude.plugin entrypoint. [maurits]
-4
View File
@@ -55,8 +55,4 @@ setup(
"plone.app.robotframework",
],
},
entry_points="""
[z3c.autoinclude.plugin]
target = plone
""",
)