Skip to content

Commit

Permalink
pyproject: fix classifiers
Browse files Browse the repository at this point in the history
PyPI rejected the upload because of the inclusion of the prefix.
  • Loading branch information
dlech committed Sep 12, 2022
1 parent 246c8e1 commit 049db92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ readme = "README.rst"
homepage = "https://github.com/hbldh/bleak"
documentation = "https://bleak.readthedocs.io"
classifiers = [
"Classifier: Development Status :: 4 - Beta",
"Classifier: Framework :: AsyncIO",
"Classifier: Operating System :: Microsoft :: Windows :: Windows 10",
"Classifier: Operating System :: POSIX :: Linux",
"Classifier: Operating System :: MacOS :: MacOS X",
"Classifier: Operating System :: Android",
"Development Status :: 4 - Beta",
"Framework :: AsyncIO",
"Operating System :: Microsoft :: Windows :: Windows 10",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Android",
]

[tool.poetry.urls]
Expand Down

0 comments on commit 049db92

Please sign in to comment.