Metadata-Version: 1.1
Name: setuptools-green
Version: 0.0.11
Summary: Provides a 'test' command for running tests with green
Home-page: http://github.com/polysquare/setuptools-green
Author: Sam Spilsbury
Author-email: smspillaz@gmail.com
License: MIT
Description: setuptools-green
        ================
        
        This module provides a "green" command for setuptools scripts that uses
        `green <https://github.com/CleanCut/green>`__ to run tests.
        
        By default, the verbose mode is used, but you can pass --quiet to just
        show dots for passes and "E" for failures.
        
Keywords: development testing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
