Add missing src directory to package files
This commit is contained in:
parent
ce4eb0ed16
commit
70d86d2bd5
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -40,7 +40,7 @@ defmodule RDF.Mixfile do
|
|||
maintainers: ["Marcel Otto"],
|
||||
licenses: ["MIT"],
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue