{application,erlang_python,
             [{description,"Execute Python applications from Erlang using dirty NIFs"},
              {vsn,"1.0.0"},
              {registered,[py_pool]},
              {mod,{erlang_python_app,[]}},
              {applications,[kernel,stdlib]},
              {env,[{num_workers,4},{python_path,[]},{worker_timeout,30000}]},
              {modules,[]},
              {licenses,["Apache-2.0"]},
              {links,[{"GitHub",
                       "https://github.com/benoitc/erlang-python"}]}]}.
