Skip to content

Commit ad0515a

Browse files
committed
packages(refactor[classifiers]): normalize Development Status to Alpha
why: sphinx-autodoc-argparse, sphinx-fonts, and sphinx-gp-theme carried `Development Status :: 4 - Beta` while the remaining nine workspace packages were at `3 - Alpha`. The whole workspace publishes lockstep at 0.0.1a7 — a pre-release alpha version — so the three Beta outliers misrepresent their actual readiness to downstream consumers browsing PyPI. Since we release-gate all twelve packages together, their classifier story should line up. what: - Change `Development Status :: 4 - Beta` → `3 - Alpha` in the three outlier pyproject.toml files. - No functional or metadata-otherwise change; twine check still passes and the lockstep version gate is untouched.
1 parent f9d869e commit ad0515a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/sphinx-autodoc-argparse/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
license = { text = "MIT" }
1010
classifiers = [
11-
"Development Status :: 4 - Beta",
11+
"Development Status :: 3 - Alpha",
1212
"License :: OSI Approved :: MIT License",
1313
"Framework :: Sphinx",
1414
"Framework :: Sphinx :: Extension",

packages/sphinx-fonts/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
license = { text = "MIT" }
1010
classifiers = [
11-
"Development Status :: 4 - Beta",
11+
"Development Status :: 3 - Alpha",
1212
"License :: OSI Approved :: MIT License",
1313
"Framework :: Sphinx",
1414
"Framework :: Sphinx :: Extension",

packages/sphinx-gp-theme/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
license = { text = "MIT" }
1010
classifiers = [
11-
"Development Status :: 4 - Beta",
11+
"Development Status :: 3 - Alpha",
1212
"License :: OSI Approved :: MIT License",
1313
"Framework :: Sphinx",
1414
"Framework :: Sphinx :: Theme",

0 commit comments

Comments
 (0)