Skip to content

Commit

Permalink
Include entry point for plone
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Jul 19, 2015
1 parent 4e76a61 commit c3ae228
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os


VERSION = '0.1.0'
VERSION = '0.2.0'


setup(
Expand All @@ -13,7 +13,10 @@
'Programming Language :: Python :: 2.7',
],
description="ZMI Bootstrapped",
keywords='Bootstrap Plone Zope',
entry_points={
'z3c.autoinclude.plugin': 'target = plone',
},
keywords='Bootstrap Zope ZMI',
include_package_data=True,
install_requires=[
'collective.monkeypatcher',
Expand All @@ -25,7 +28,7 @@
name='zope2_bootstrap',
packages=find_packages(),
test_suite='tests.TestCase',
url='https://github.com/aclark4life/zope2_bootstrap',
url='https://github.com/collective/zope2_bootstrap',
version=VERSION,
zip_safe=False,
)

0 comments on commit c3ae228

Please sign in to comment.