Metadata-Version: 1.0
Name: distutils-licenses
Version: 0.1.1
Summary: adds a command to setup.py to list licenses of packages
Home-page: http://github.com/dkoepke/distutils-licenses
Author: Daniel A. Koepke
Author-email: dkoepke@gmail.com
License: MIT
Description: ==================
        distutils-licenses
        ==================
        
        A command for setup.py to print the licenses of installed packages.
        
        To use, place in your setup.py:
        
            setup_requires=['distutils-licenses']
        
        From then on, you can do:
        
            python setup.py licenses
        
        
Platform: UNKNOWN
