Merge pull request #198 from plone/remove-autoinclude-entrypoint

Removed z3c.autoinclude.plugin entrypoint.
This commit is contained in:
Gil Forcada Codinachs
2022-05-07 01:41:46 +02:00
committed by GitHub
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
""",
)