Current section
Files
Jump to
Current section
Files
agent_host_protocol
mix.exs
mix.exs
defmodule AgentHostProtocol.MixProject do
use Mix.Project
def project do
[app: :agent_host_protocol, 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