Skip to content

Commit

Permalink
Hex.pm publish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kozlov Yakov committed May 8, 2018
1 parent 412d93d commit 25c0472
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Yakov
Copyright (c) 2018 Yakov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
29 changes: 18 additions & 11 deletions src/decimal.app.src
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{application, decimal,
[
{description, "Decimal library"},
{vsn, git},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.
%% -*- erlang
{application, decimal, [
{description, "Library for fast decimal arithmetics"},
{vsn, git},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []},

{pkg_name, "erlang_decimal"},
{maintainers, ["Yakov Kozlov"]},
{licenses, ["MIT"]},
{links, [
{"Github", "https://github.com/egobrain/decimal"}
]}
]}.

0 comments on commit 25c0472

Please sign in to comment.