Skip to content

Commit

Permalink
Classify development status as Production/Stable (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Apr 27, 2024
1 parent 8eccee0 commit 1454aa9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ keywords = [
'numpy',
]
classifiers = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Plugins',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Topic :: Documentation',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Documentation',
]
dependencies = [
'sphinx>=6',
Expand Down

0 comments on commit 1454aa9

Please sign in to comment.