Changeset 1715 in products for quintagroup.seoptimizer/trunk/setup.py


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.