Metadata-Version: 1.0
Name: logilab.pylintinstaller
Version: 0.1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Tarek Ziadé
Author-email: tarek@ziade.org
License: GPL
Description: ===============================
        logilab.pylintinstaller package
        ===============================
        
        .. contents::
        
        What is logilab.pylintinstaller ?
        =================================
        
        This package bundles all dependencies required
        to install `pylint`.
        
        How to use logilab.pylintinstaller ?
        ====================================
        
        Make sure you don't have logilab-astng and logilab-common packages
        installed. Otherwise, remove them.
        
        Then install logilab.pylintinstaller with easy_install::
        
        $ easy_install logilab.pylintinstaller
        
        Or with the distutils command line tool from within the folder::
        
        $ python setup.py install
        
        The pylint command should then be available.
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
