Metadata-Version: 1.0
Name: buildout.removeaddledeggs
Version: 0.1
Summary: Removes unneeded eggs automatically from file system
Home-page: http://svn.plone.org/svn/collective/buildout/buildout.removeaddledeggs
Author: Benjamin Hedrich
Author-email: kiwisauce@pagenotfound.de
License: GPL
Description: buildout.removeaddledeggs
        =========================
        
        Q: What is a buildout extension ?
        
        A: http://pypi.python.org/pypi/zc.buildout#extensions
        
        
        Installation
        ------------
        Add "buildout.removeaddledeggs" to the ``extension``-section in your buildout, like ::
        
        	[buildout]
        	parts =
        		...
        		
        	extensions =
        		buildout.removeaddledeggs
        		
        Change history
        ==============
        
        0.1 (2011-01-30)
        ----------------
        
        - creating first release [kiwisauce]
        
        Contributors
        ============
        
        Todos
        =====
        - Logging
        - How to run this extension after buildout?
        
Keywords: buildout extension egg remove
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
