Skip to content

Commit c46e4f0

Browse files
authored
Fix classifier formatting in pyproject.toml
1 parent 8bb4d1c commit c46e4f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ license = "Apache-2.0"
1616
readme = "README.rst"
1717

1818
classifiers = [
19-
"Development_Status :: 5 - Production/Stable",
19+
"Development Status :: 5 - Production/Stable",
2020
"Intended Audience :: Developers",
21-
"Operating_System :: OS Independent",
22-
"Programming_Language :: Python :: 3",
21+
"Operating System :: OS Independent",
22+
"Programming Language :: Python :: 3",
2323
"Topic :: Software Development :: Libraries :: Python Modules"
2424
]
2525

@@ -30,4 +30,4 @@ Documentation = "https://ctera-python-sdk.readthedocs.io/en/latest/"
3030
"Source Code" = "https://github.com/ctera/ctera-python-sdk"
3131

3232
[tool.setuptools_scm]
33-
version_file = "cterasdk/version.py"
33+
version_file = "cterasdk/version.py"

0 commit comments

Comments
 (0)