Skip to content

Commit d51e9b5

Browse files
Fix license reference to WTFPL
1 parent 6fc7b8b commit d51e9b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ name = "pytest-aioboto3"
77
version = "0.3.0"
88
description = "Aioboto3 Pytest with Moto"
99
authors = ["Shipwell Engineering", "Phillip Verheyden"]
10-
license = "MIT"
10+
license = "WTFPL"
1111
readme = "README.md"
1212
homepage = "https://github.com/phillipuniverse/pytest-aioboto3"
1313
repository = "https://github.com/phillipuniverse/pytest-aioboto3"
1414
keywords = ["pytest", "aioboto3", "moto"]
1515
classifiers = [
1616
"Framework :: Pytest",
1717
"Programming Language :: Python :: 3",
18-
"License :: OSI Approved :: MIT License",
18+
"License :: Public Domain :: WTFPLe",
1919
]
2020

2121
[tool.poetry.urls]

0 commit comments

Comments
 (0)