Add missing src directory to package files

This commit is contained in:
Marcel Otto 2017-06-25 01:44:35 +02:00
parent ce4eb0ed16
commit 70d86d2bd5

View file

@ -40,7 +40,7 @@ defmodule RDF.Mixfile do
maintainers: ["Marcel Otto"], maintainers: ["Marcel Otto"],
licenses: ["MIT"], licenses: ["MIT"],
links: %{"GitHub" => @repo_url}, links: %{"GitHub" => @repo_url},
files: ~w[lib priv mix.exs README.md LICENSE.md] files: ~w[lib src priv mix.exs README.md LICENSE.md]
] ]
end end