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
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
2 changed files with 1 additions and 4 deletions

1
news/3188.bugfix Normal file
View File

@ -0,0 +1 @@
Removed z3c.autoinclude.plugin entrypoint. [maurits]

View File

@ -55,8 +55,4 @@ setup(
"plone.app.robotframework",
],
},
entry_points="""
[z3c.autoinclude.plugin]
target = plone
""",
)