Changeset 1715 in products


Ignore:
Timestamp:
Feb 11, 2010 2:56:32 PM (14 years ago)
Author:
mylan
Message:

#134: Add quintagroup.canonicalpath as dependency, add entry-point for autoinclude zcml slugs for buildout

Location:
quintagroup.seoptimizer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/configure.zcml

    r1679 r1715  
    99    i18n_domain="quintagroup.seoptimizer"> 
    1010 
     11  <!-- include dependenti packages --> 
     12  <include package="quintagroup.canonicalpath" /> 
    1113 
    1214  <five:registerPackage package="." /> 
  • quintagroup.seoptimizer/trunk/setup.py

    r1714 r1715  
    3535      install_requires=[ 
    3636          'setuptools', 
     37          'quintagroup.canonicalpath>=4.0', 
    3738          # -*- Extra requirements: -*- 
    3839      ], 
    3940      entry_points=""" 
    4041      # -*- Entry points: -*- 
     42      [z3c.autoinclude.plugin] 
     43      target = plone 
    4144      """, 
    4245      ) 
Note: See TracChangeset for help on using the changeset viewer.