Metadata-Version: 1.0
Name: setuptools-flakes
Version: 0.1
Summary: Setup tools command for pyflakes
Home-page: https://github.com/johnnoone/setuptools-pyflakes.git
Author: Xavier Barbosa
Author-email: UNKNOWN
License: BSD
Description: Setuptools flakes command
        =========================
        
        This package expose `pyflakes`_ as flakes command to setup.py.
        It is a fork of `Zooko O'Whielacronx`_ code.
        
        .. _`Zooko O'Whielacronx`: http://pypi.python.org/pypi/setuptools_pyflakes/1.0.5
        .. _`pyflakes`: http://pypi.python.org/pypi/pyflakes
        
        Usage
        -----
        
        ::
        
          python setup.py flakes
          python setup.py flakes --exclude-packages=foo.bar,baz.qux
          python setup.py flakes --file=./results.log
        
        
        News
        ====
        
        0.1
        ---
        
        *Release date: 5-Jun-2012*
        
        * First release
        
Keywords: setuptools pyflakes
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
