Metadata-Version: 1.1
Name: licenser
Version: 0.2.3
Summary: Quickly add an open-source license to your project.
Home-page: http://github.com/tylucaskelley/licenser
Author: Ty-Lucas Kelley
Author-email: tylucaskelley@gmail.com
License: MIT
Download-URL: https://github.com/tylucaskelley/licenser/tarball/v0.2.3
Description: 
        licenser, v0.2.3
        --------
        
        licenser is a simple way to quickly add an open-source license to
        your project. And it's MIT licensed!
        
        Supported licenses:
        
        * MIT
        * BSD
        
        Installation:
        
            $ pip install licenser
        
        Usage: 
        
            $ cd /path/to/project
            $ licener -l LICENSE -n NAME -e EMAIL -p PROJECT
        
        Optional arguments:
        
            --no removes file extension
            
        Copyright (c) 2014 Ty-Lucas Kelley <tylucaskelley@gmail.com>
            
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
