Skip to content

Commit 63a357b

Browse files
committed
Add "Beta" classifier
1 parent db637c5 commit 63a357b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Homepage = "https://github.com/python-formate/flake8-github-actions"
2525

2626
[tool.whey]
2727
base-classifiers = [
28+
"Development Status :: 4 - Beta",
2829
"Environment :: Console",
2930
"Framework :: Flake8",
3031
"Intended Audience :: Developers",

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ entry_points:
3535
- github = flake8_github_actions:GitHubFormatter
3636

3737
classifiers:
38+
- 'Development Status :: 4 - Beta'
3839
- 'Environment :: Console'
3940
- 'Framework :: Flake8'
4041
- 'Intended Audience :: Developers'

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ project_urls =
2121
Issue Tracker = https://github.com/python-formate/flake8-github-actions/issues
2222
Source Code = https://github.com/python-formate/flake8-github-actions
2323
classifiers =
24+
Development Status :: 4 - Beta
2425
Environment :: Console
2526
Framework :: Flake8
2627
Intended Audience :: Developers

0 commit comments

Comments
 (0)