Ignore:
Timestamp:
Jan 4, 2010 6:01:23 PM (14 years ago)
Author:
mylan
Message:

Added browser layer subtemplate for archetype template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.zopeskel.blayer/trunk/setup.py

    r1511 r1514  
    77      version=version, 
    88      description="Browser Layout subtemplate for Archetype template", 
    9       long_description=open("README.txt").read() + "\n" + 
     9      long_description=open(os.path.join("docs", "README.txt")).read() + "\n" + 
    1010                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    1111      # Get more strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers 
     
    2323      zip_safe=False, 
    2424      install_requires=[ 
    25           'setuptools', 
     25          'ZopeSkel', 
     26          'PasteScript>=1.6.3', 
    2627          # -*- Extra requirements: -*- 
    2728      ], 
     29      setup_requires=['setuptools',], 
    2830      entry_points=""" 
     31      [zopeskel.zopeskel_sub_template] 
     32      browserlayer = quintagroup.zopeskel.blayer:BrowserLayer 
    2933      # -*- Entry points: -*- 
    3034      """, 
Note: See TracChangeset for help on using the changeset viewer.