Metadata-Version: 1.0
Name: eggtestinfo
Version: 0.2.1
Summary: Add test information to .egg-info
Home-page: http://pypi.python.org/pypi/eggtestinfo
Author: Tres Seaver
Author-email: tseaver@palladion.com
License: PSF or ZPL
Description: 
        
        eggtestinfo README
        ==================
        
        This package is a setuptools plugin:  it adds a file to the generated
        ``.egg-info`` directory, capturing the information used by the
        ``setup.py test`` command when running tests.
        
        
        eggtestinfo Changelog
        =====================
        
        eggtestinfo 0.2.1 (2008-03-09)
        ------------------------------
        
        - Packaging update: add new Trove classifier, 'Framework :: Setuptools Plugin'.
        
        eggtestinfo 0.2 (2007-11-16)
        ----------------------------
        
        - Added 'test_loader' and 'test_module' information to generated file.
        
        eggtestinfo 0.1 (2007-11-15)
        ----------------------------
        
        - Initial release.
        
Keywords: setuptools eggs testing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Setuptools Plugin
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging
