Skip to content

Commit

Permalink
Add z3c.autoinclude entry point (target=plone).
Browse files Browse the repository at this point in the history
  • Loading branch information
jone committed Sep 27, 2012
1 parent dff8ebb commit 51857fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
1.2 (unreleased)
----------------

- Add z3c.autoinclude entry point (target=plone).
[jone]

- Prepare for public release.
[jone]

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@

entry_points='''
# -*- Entry points: -*-
[z3c.autoinclude.plugin]
target = plone
''',
)

0 comments on commit 51857fe

Please sign in to comment.