Skip to content

Commit 1837674

Browse files
committed
fix(python): Fix classifier format (use space not ::)
PyPI classifiers use '4 - Beta' not '4 :: Beta'
1 parent f222ec6 commit 1837674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎python/pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ keywords = [
3333
]
3434

3535
classifiers = [
36-
"Development Status :: 4 :: Beta",
36+
"Development Status :: 4 - Beta",
3737
"Intended Audience :: Developers",
3838
"License :: OSI Approved :: MIT License",
3939
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)