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
commit 37dc258051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
""",
)