CVS: Products/Basket/tests/fixtures-src/multiproduct - setup.py:1.1

Chris McDonough <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Update of /cvs-repository/Products/Basket/tests/fixtures-src/multiproduct
In directory cvs.zope.org:/tmp/cvs-serv2425/multiproduct

Added Files:
	setup.py 
Log Message:
Add "multiproduct" fixture source.


=== Added File Products/Basket/tests/fixtures-src/multiproduct/setup.py ===
from setuptools import setup, find_packages

setup(
    name = 'multiproduct',
    version = '0.1',
    packages = find_packages(),
    entry_points = {'zope2.initialize':
                    ['initialize1=multiproduct1:initialize',
                     'initialize2=multiproduct2:initialize']},
    url = 'http://www.example.com/multiproduct',
    author = 'Joe Bloggs',
    author_email = '[email protected]',
    )

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.