Skip to content

Commit

Permalink
Added the package info to .app.src for hex to publish
Browse files Browse the repository at this point in the history
Ignoring the doc/ directory where hex generates docs
  • Loading branch information
Gordon Guthrie committed May 31, 2017
1 parent a98e5d2 commit aaddd33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
_build/
*~
rebar.lock
doc/
9 changes: 6 additions & 3 deletions src/dh_date.app.src
@@ -1,12 +1,15 @@
{application, dh_date,
[
{description, "Basic date formatting and parsing app"},
{vsn, "1"},
{description, "Basic date formatting and parsing app. Uses formatting rules of http://uk.php.net/date - (with some minor changes)"},
{vsn, "1.0.0"},
{registered, []},
{modules, []},
{applications, [
kernel,
stdlib
]},
{env, []}
{env, []},
{maintainers, ["Gordon Guthrie"]},
{licenses, ["Do What You Want"]},
{links, [{"Github", "https://github.com/daleharvey/dh_date"}]}
]}.

0 comments on commit aaddd33

Please sign in to comment.