Changeset 16

Show
Ignore:
Timestamp:
03/25/08 01:53:22 (4 years ago)
Author:
mauro
Message:
 
Location:
plone4bio.pscoils/trunk
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.pscoils/trunk/plone4bio/pscoils/configure.zcml

    r9 r16  
    22    xmlns="http://namespaces.zope.org/zope" 
    33    xmlns:five="http://namespaces.zope.org/five" 
    4     xmlns:genericsetup="http://namespaces.zope.org/genericsetup" 
    54    i18n_domain="plone4bio"> 
    65 
     
    1413    <include package=".browser" /> 
    1514     
    16     <!-- Register GenericSetup profile used for installation --> 
    17     <genericsetup:registerProfile 
    18         name="default" 
    19         title="Plone4Bio pscoils predictor" 
    20         directory="profiles/default" 
    21         description="Extension profile for plone4bio.pscoils." 
    22         provides="Products.GenericSetup.interfaces.EXTENSION" 
    23         /> 
    24              
    2515</configure> 
  • plone4bio.pscoils/trunk/plone4bio/pscoils/interfaces.py

    r9 r16  
    1 from zope.interface import Interface, Invalid, invariant, implements 
    2 from zope.component.interfaces import IObjectEvent 
    3  
    4 from zope import schema 
    5 from zope.app.container.constraints import containers, contains 
    6  
    7 from plone.app.vocabularies.users import UsersSource 
    8  
    9 from plone4bio.base import Plone4BioMessageFactory as _ 
    101from plone4bio.base.interfaces import IGenericPrediction 
    11  
    122class IPscoilsPrediction(IGenericPrediction): 
    133    """ """ 
  • plone4bio.pscoils/trunk/setup.py

    r9 r16  
    77      version=version, 
    88      description="plone4bio: pscoils predictor", 
    9       long_description="""\ 
    10 """, 
     9      long_description=open(os.path.join(i"plone4bio", "pscoils", "README.txt").read() + "\n" + 
     10                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    1111      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
    1212      classifiers=[ 
     13        "Framework :: Plone", 
    1314        "Framework :: Zope2", 
    1415        "Framework :: Zope3",