Skip to content

Commit ea22f6a

Browse files
Fix valid license classifier
Error on publish: HTTP Error 400: 'License :: Public Domain :: WTFPL' is not a valid classifier. See https://packaging.python.org/specifications/core-metadata for more information.
1 parent 63e9082 commit ea22f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["pytest", "aioboto3", "moto"]
1515
classifiers = [
1616
"Framework :: Pytest",
1717
"Programming Language :: Python :: 3",
18-
"License :: Public Domain :: WTFPL",
18+
"License :: Public Domain",
1919
]
2020

2121
[tool.poetry.urls]

0 commit comments

Comments
 (0)