Skip to content

Commit e5305cb

Browse files
committed
adding info for hex
1 parent 4f2718e commit e5305cb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/quantile_estimator.app.src

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{application, quantile_estimator,
22
[
3-
{description, ""},
3+
{description, "A quantile estimator written in Erlang"},
44
{vsn, "0.2.1"},
5+
{licenses, ["MIT"]},
6+
{ex_doc, [
7+
{source_url, <<"https://github.com/odo/quantile_estimator">>},
8+
{main, <<"README.md">>},
9+
{extras, [<<"LICENSE">>]}
10+
]},
511
{registered, []},
612
{applications, [
713
kernel,

0 commit comments

Comments
 (0)