release to hex

This commit is contained in:
Manuel Rubio
2019-02-01 16:09:56 +01:00
parent f27b57e00a
commit f63df8e7a4
4 changed files with 12 additions and 1 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ tzdata/
db/
out
zones
_build/

View File

@@ -2,3 +2,4 @@
{post_hooks, [
{compile, "make zones"}
]}.
{project_plugins, [rebar3_hex]}.

1
rebar.lock Normal file
View File

@@ -0,0 +1 @@
[].

View File

@@ -2,9 +2,17 @@
[
{registered, []},
{vsn, "0.2.0"},
{description, "A set of Erlang utilities for the Olson timezone database files"},
{applications, [
kernel,
stdlib
]},
{env, [{tzdata_dir, "priv/tzdata"}]}
{env, [{tzdata_dir, "priv/tzdata"}]},
{maintainers, ["Manuel Rubio"]},
{licenses, ["Public Domain"]},
{links, [
{"Github", "https://github.com/altenwald/ezic"}
]},
{exclude_files, []},
{include_files, ["Makefile"]}
]}.