Moved .app file to .app.src
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
|
||||
{application, getopt,
|
||||
[{description, "Options parser for Erlang"},
|
||||
{vsn, "0.4.0"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib]}]}.
|
||||
Reference in New Issue
Block a user