We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb4d1c commit c46e4f0Copy full SHA for c46e4f0
1 file changed
pyproject.toml
@@ -16,10 +16,10 @@ license = "Apache-2.0"
16
readme = "README.rst"
17
18
classifiers = [
19
- "Development_Status :: 5 - Production/Stable",
+ "Development Status :: 5 - Production/Stable",
20
"Intended Audience :: Developers",
21
- "Operating_System :: OS Independent",
22
- "Programming_Language :: Python :: 3",
+ "Operating System :: OS Independent",
+ "Programming Language :: Python :: 3",
23
"Topic :: Software Development :: Libraries :: Python Modules"
24
]
25
@@ -30,4 +30,4 @@ Documentation = "https://ctera-python-sdk.readthedocs.io/en/latest/"
30
"Source Code" = "https://github.com/ctera/ctera-python-sdk"
31
32
[tool.setuptools_scm]
33
-version_file = "cterasdk/version.py"
+version_file = "cterasdk/version.py"
0 commit comments