We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc7b8b commit d51e9b5Copy full SHA for d51e9b5
pyproject.toml
@@ -7,15 +7,15 @@ name = "pytest-aioboto3"
7
version = "0.3.0"
8
description = "Aioboto3 Pytest with Moto"
9
authors = ["Shipwell Engineering", "Phillip Verheyden"]
10
-license = "MIT"
+license = "WTFPL"
11
readme = "README.md"
12
homepage = "https://github.com/phillipuniverse/pytest-aioboto3"
13
repository = "https://github.com/phillipuniverse/pytest-aioboto3"
14
keywords = ["pytest", "aioboto3", "moto"]
15
classifiers = [
16
"Framework :: Pytest",
17
"Programming Language :: Python :: 3",
18
- "License :: OSI Approved :: MIT License",
+ "License :: Public Domain :: WTFPLe",
19
]
20
21
[tool.poetry.urls]
0 commit comments