Metadata-Version: 1.1
Name: ignoregen
Version: 0.2
Summary: Description of package
Home-page: https://github.com/rcook/ignoregen
Author: Richard Cook
Author-email: rcook@rcook.org
License: MIT
Description-Content-Type: UNKNOWN
Description: # ignoregen by Richard Cook
        
        [![View on PyPI](https://img.shields.io/pypi/v/ignoregen.svg)](https://pypi.python.org/pypi/ignoregen)
        [![Licence](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rcook/ignoregen/master/LICENSE)
        
        Python tool with virtual environment wrappers
        
        ## Typical usage
        
        ```
        ignoregen gen > ~/.git/info/exclude
        ```
        
        ## Clone repository
        
        ```
        git clone https://github.com/rcook/ignoregen.git
        ```
        
        ## Developer notes
        
        Various package properties are defined in `ignoregen/__init__py`:
        
        * `__project_name__`
        * `__version__`
        * `__description__`
        
        When publishing a new build of the package, ensure that `__version__` is incremented as appropriate.
        
        ## Licence
        
        Released under [MIT License][licence]
        
        [licence]: LICENSE
        [pypi]: https://pypi.python.org/pypi
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
