Skip to content

Commit 90ef74f

Browse files
committed
Fix bad spaces in classifiers
The extra spaces caused PyPI upload to fail with the following error from uv: error: Failed to publish `dist/elapi-2.4.0-py3-none-any.whl` to https://upload.pypi.org/legacy/ Caused by: Upload failed with status code 400 Bad Request. Server says: 400 'Framework :: AsyncIO' is not a valid classifier. See https://packaging.python.org/specifications/core-metadata for more information.
1 parent 9c7dcad commit 90ef74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = [
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Framework :: AnyIO",
17-
"Framework :: AsyncIO",
17+
"Framework :: AsyncIO",
1818
"Intended Audience :: Developers",
1919
"Intended Audience :: System Administrators",
2020
"Natural Language :: English",

0 commit comments

Comments
 (0)