Commit 90ef74f
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments