File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Homepage = "https://github.com/python-formate/flake8-github-actions"
25
25
26
26
[tool .whey ]
27
27
base-classifiers = [
28
+ " Development Status :: 4 - Beta" ,
28
29
" Environment :: Console" ,
29
30
" Framework :: Flake8" ,
30
31
" Intended Audience :: Developers" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ entry_points:
35
35
- github = flake8_github_actions:GitHubFormatter
36
36
37
37
classifiers :
38
+ - ' Development Status :: 4 - Beta'
38
39
- ' Environment :: Console'
39
40
- ' Framework :: Flake8'
40
41
- ' Intended Audience :: Developers'
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ project_urls =
21
21
Issue Tracker = https://github.com/python-formate/flake8-github-actions/issues
22
22
Source Code = https://github.com/python-formate/flake8-github-actions
23
23
classifiers =
24
+ Development Status :: 4 - Beta
24
25
Environment :: Console
25
26
Framework :: Flake8
26
27
Intended Audience :: Developers
You can’t perform that action at this time.
0 commit comments