We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d0af6 commit b2d6c33Copy full SHA for b2d6c33
mix.exs
@@ -3,10 +3,16 @@ defmodule Zencoder.Mixfile do
3
4
def project do
5
[app: :zencoder,
6
- version: "0.0.1",
+ version: "0.1.0",
7
elixir: "~> 0.14.3",
8
test_coverage: [tool: ExCoveralls],
9
- deps: deps(Mix.env)]
+ deps: deps(Mix.env)],
10
+ package: [
11
+ contributors: ["Adam Kittelson"],
12
+ licenses: ["MIT"],
13
+ links: [github: "https://github.com/zencoder/zencoder-ex", zencoder: "https://zencoder.com"]
14
+ ],
15
+ description: "Elixir API wrapper for the Zencoder video transcoding API."
16
end
17
18
# Configuration for the OTP application
0 commit comments