Skip to content

Commit e6b4b5c

Browse files
committed
chore: prepare proper application configuration
1 parent 7b14667 commit e6b4b5c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ _build
1616
.idea
1717
*.iml
1818
rebar3.crashdump
19+
/doc

src/oc_datadog.app.src

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, oc_datadog,
2-
[{description, "An OTP library"},
3-
{vsn, "0.1.0"},
2+
[{description, "Opencensus integration for DataDog"},
3+
{vsn, git},
44
{registered, []},
55
{applications,
66
[kernel,
@@ -11,7 +11,9 @@
1111
{env,[]},
1212
{modules, []},
1313

14-
{maintainers, []},
14+
{maintainers, ["Łukasz Niemier"]},
1515
{licenses, ["Apache 2.0"]},
16-
{links, []}
16+
{links, [{"GitHub", "https://github.com/hauleth/oc_datadog"}]}
1717
]}.
18+
19+
% vi: ft=erlang syn=erlang

0 commit comments

Comments
 (0)