Current section
Files
Jump to
Current section
Files
agent_host
mix.exs
mix.exs
defmodule AgentHost.MixProject do
use Mix.Project
def project do
[app: :agent_host, version: "0.0.1", description: "Ahp public package coordinate scaffold", package: package()]
end
defp package do
[files: ["LICENSE","README.md","mix.exs"], licenses: ["LicenseRef-Proprietary"]]
end
end