Skip to content

Commit

Permalink
z3c.autoinclude
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Aug 10, 2015
1 parent 4c2d60d commit 99c3fa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Changelog

8.5.dev0 - (unreleased)
-----------------------
* Change: Auto-include zcml within plone context in order to make this package
work without having to add it within buildout zcml directive.
[avoinea]

8.4 - (2015-07-28)
------------------
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
]
},
entry_points="""
# -*- Entry points: -*-
""",
[z3c.autoinclude.plugin]
target = plone
"""
)

0 comments on commit 99c3fa4

Please sign in to comment.