We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e27df commit 3f465a6Copy full SHA for 3f465a6
pyproject.toml
@@ -13,16 +13,18 @@ keywords = [
13
'numpy',
14
]
15
classifiers = [
16
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
17
'Environment :: Plugins',
18
+ 'Intended Audience :: Developers',
19
'License :: OSI Approved :: BSD License',
- 'Topic :: Documentation',
20
+ 'Operating System :: OS Independent',
21
'Programming Language :: Python',
22
'Programming Language :: Python :: 3',
23
'Programming Language :: Python :: 3.9',
24
'Programming Language :: Python :: 3.10',
25
'Programming Language :: Python :: 3.11',
26
'Programming Language :: Python :: 3.12',
27
+ 'Topic :: Documentation',
28
29
dependencies = [
30
'sphinx>=6',
0 commit comments