Skip to content

Commit 3f465a6

Browse files
committed
Classify with Production/Stable development status
1 parent d8e27df commit 3f465a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ keywords = [
1313
'numpy',
1414
]
1515
classifiers = [
16-
'Development Status :: 4 - Beta',
16+
'Development Status :: 5 - Production/Stable',
1717
'Environment :: Plugins',
18+
'Intended Audience :: Developers',
1819
'License :: OSI Approved :: BSD License',
19-
'Topic :: Documentation',
20+
'Operating System :: OS Independent',
2021
'Programming Language :: Python',
2122
'Programming Language :: Python :: 3',
2223
'Programming Language :: Python :: 3.9',
2324
'Programming Language :: Python :: 3.10',
2425
'Programming Language :: Python :: 3.11',
2526
'Programming Language :: Python :: 3.12',
27+
'Topic :: Documentation',
2628
]
2729
dependencies = [
2830
'sphinx>=6',

0 commit comments

Comments
 (0)