Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
walter-weinmann committed Nov 21, 2016
1 parent 1a0e0aa commit c2e2009
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/b_trees.app.src
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
application, b_trees,
[
{applications, [kernel, stdlib]},
{description, "B-trees & B*-trees in Erlang"},
{modules, [b_trees]},
{applications,
[
kernel,
stdlib
]
},
{description, "B-trees in Erlang"},
{modules,
[
b_trees
]
},
{vsn, "1.0.0"}
]
}.

0 comments on commit c2e2009

Please sign in to comment.