Metadata-Version: 1.0
Name: setuptools-sloccount
Version: 0.1
Summary: Setuptools command for sloccount
Home-page: https://github.com/johnnoone/setuptools-sloccount
Author: Xavier Barbosa
Author-email: UNKNOWN
License: BSD
Description: Setuptools sloccount command
        ============================
        
        This package adds `sloccount`_ command to setup.py.
        
        .. _`sloccount` : http://www.dwheeler.com/sloccount/
        
        
        Usage
        -----
        
        ::
        
          python setup.py sloccount
        
        Do ``python setup.py sloccount`` for displaying all available options.
        
        
        News
        ====
        
        0.1
        ---
        
        *Release date: 5-Jun-2012*
        
        * First release
        
Keywords: sloccount 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
