Skip to content

Commit

Permalink
Fix licence in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Jul 22, 2020
1 parent f607e52 commit 30c9f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "gnmi-proto"
version = "0.1.0a1"
description = "A python package containing gnmi proto specification and generated python code."
authors = ["Arun Babu Neelicattu <arun.neelicattu@gmail.com>"]
license = "MIT"
license = "APLv2"
packages = [
{ include = "gnmi", from = "src" },
]
Expand Down

0 comments on commit 30c9f34

Please sign in to comment.