Metadata-Version: 1.1
Name: yt.recipe.shell
Version: 0.1.4
Summary: A buildout recipe to add in shell commands
Home-page: http://github.com/toumorokoshi/yt.recipe.shell
Author: Yusuke Tsutsumi
Author-email: yusuke@yusuketsutsumi.com
License: UNKNOWN
Description: yt.recipe.shell
        ===============
        
        yt.recipe.shell is a zc.buildout recipe to add shell scripts as executables under the bin folder. E.G.::
        
          [shell]
          recipe = yt.recipe.shell
          script = echo 'hello world!'
          name = hello
        
        Will generate a 'bin/hello' executable that echos hello world!
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
