Metadata-Version: 1.0
Name: setuptools-lint
Version: 0.1
Summary: Setuptools command for pylint
Home-page: https://github.com/johnnoone/setuptools-pylint
Author: Xavier Barbosa
Author-email: UNKNOWN
License: BSD
Description: Setuptools lint command
        =======================
        
        
        This package expose `pylint`_ as a lint command into setup.py.
        
        .. _`pylint` : http://pypi.python.org/pypi/pylint
        
        Usage
        -----
        
        ::
        
          python setup.py lint
        
        
        For a full list of options, do 
        
        ::
        
          python setup.py lint
        
        
        News
        ====
        
        0.1
        ---
        
        *Release date: 5-Jun-2012*
        
        * First release
        
Keywords: pylint setuptools command
Platform: UNKNOWN
Classifier: Topic :: Documentation
Classifier: Framework :: Setuptools Plugin
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
