Skip to content

Commit e020a62

Browse files
committed
Add package description
1 parent 86a8a7a commit e020a62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mix.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ defmodule VectorTile.MixProject do
77
[
88
app: :vector_tile,
99
version: "1.0.0",
10+
description:
11+
"Implementation of the [Vector Tile Spec](https://github.com/mapbox/vector-tile-spec/tree/master/2.1), version 2.1. This
12+
package allows you to efficiently build vector tiles including layers and features with geometry and encode them to
13+
protobuf.",
1014
elixir: "~> 1.18",
1115
start_permanent: Mix.env() == :prod,
1216
deps: deps(),

0 commit comments

Comments
 (0)