Skip to content

Commit f949ff2

Browse files
dnicolodirgommers
authored andcommitted
BUILD: tweak classifiers
Remove the beta development status, add the "build tools" category.
1 parent 2b3e154 commit f949ff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ maintainers = [
2626
{ name = 'Thomas Li'},
2727
]
2828
classifiers = [
29-
'Development Status :: 4 - Beta',
29+
'Development Status :: 5 - Production/Stable',
3030
'Programming Language :: Python',
31+
'Topic :: Software Development :: Build Tools',
3132
]
3233

3334
dependencies = [

0 commit comments

Comments
 (0)