#!/bin/sh "exec" "python" "$0" "$@" from distutils.core import setup, Extension setup (name = "Region Oriented Ascii Processor", version = "0.1.2", description = "When multiple character sequences of a line are scanned and a specific pattern is in agreement, the data of region is assigned to the stdin of an execution file. The output result when completing all scans appears in standard output as it is.", author = "Keisuke URAGO", author_email = "urago@users.sourceforge.net", url = "http://sourceforge.net/projects/roap/", packages = ['roaplib'])