Skip to content

Commit 083f98c

Browse files
committed
fix license
1 parent 19c4a20 commit 083f98c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/intro/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "product-mock"
33
version = "0.1.0"
44
description = "An exmaple micro service that demonstrates the utility of python-wiremock"
55
authors = ["Mike Waites <[email protected]>"]
6-
license = "Apache-2.0"
6+
license = "OSI Approved :: Apache Software License"
77
readme = "README.md"
88
packages = [{include = "product_mock"}]
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{name = "Cody Lee", email = "[email protected]"},
77
{name = "Mike Waites", email = "[email protected]"}
88
]
9-
license = "OSI Approved :: Apache Software License"
9+
license = "Apache-2.0"
1010
readme = "README.md"
1111
classifiers = [
1212
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)